Documentation Center

isIgnoreMixed

Description

This function can be used to find out if an element is ignoring it's mixed status. This can be used to when executing specific code to 'correct' an element's content.

Syntax

XopusElement.getSchemaDeclaration().isIgnoreMixed () : Boolean

Return Value

Boolean. true if the element is configured as ignoreMixed, and false if it is not configured as such, or configured with ignoreMixed="false"