| |
|
| java.lang.Object net.sf.saxon.event.ReceiverOptions
ReceiverOptions | public class ReceiverOptions (Code) | | ReceiverOptions defines a set of constants, which can be used in
calls to methods on the Receiver interface. The values are
bit-significant.
author: Michael H. Kay |
DEFAULTED_ATTRIBUTE | final public static int DEFAULTED_ATTRIBUTE(Code) | | Flag indicating that an attribute value was added by the schema processor
because a default value was specified
|
DISABLE_CHARACTER_MAPS | final public static int DISABLE_CHARACTER_MAPS(Code) | | Flag to disable use of character maps
|
DISABLE_ESCAPING | final public static int DISABLE_ESCAPING(Code) | | Flag to disable output escaping
|
DISINHERIT_NAMESPACES | final public static int DISINHERIT_NAMESPACES(Code) | | Flag passed on startElement indicating that the element does not inherit
the namespaces of its ancestors.
|
NAMESPACE_OK | final public static int NAMESPACE_OK(Code) | | Flag indicating that the namespace (of an element or attribute name)
has already been declared; it does not need to be generated by the namespace
fixup process.
|
NILLABLE_ELEMENT | final public static int NILLABLE_ELEMENT(Code) | | Flag used with character content that has been validated against a nillable element
declaration. Needed because of a peculiar rule for validating xs:key values
|
NO_SPECIAL_CHARS | final public static int NO_SPECIAL_CHARS(Code) | | Flag indicating that the value contains no special characters
that need to be escaped
|
REJECT_DUPLICATES | final public static int REJECT_DUPLICATES(Code) | | Flag indicating that duplicate values should be rejected
|
USE_NULL_MARKERS | final public static int USE_NULL_MARKERS(Code) | | Flag used when an attribute value or text node contains null characters
before and after strings generated by character mapping; these strings
are to be output without escaping
|
|
|
|