Interface XmlConsts


  • public interface XmlConsts
    Simple constant container interface, shared by input and output sides.
    • Field Detail

      • XML_DECL_KW_ENCODING

        static final java.lang.String XML_DECL_KW_ENCODING
        See Also:
        Constant Field Values
      • XML_DECL_KW_STANDALONE

        static final java.lang.String XML_DECL_KW_STANDALONE
        See Also:
        Constant Field Values
      • XML_V_UNKNOWN

        static final int XML_V_UNKNOWN
        This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.
        See Also:
        Constant Field Values
      • DEFAULT_NAMESPACE_URI

        static final java.lang.String DEFAULT_NAMESPACE_URI
        Top-most namespace URI assigned for root element, if not specifically defined (default namespace unbound).

        As per Stax specs, related clarifying discussion on the mailing list, and especially JDK 1.6 definitions in XMLConstants constants, empty String should be used instead of null.

        See Also:
        Constant Field Values
      • MAX_UNICODE_CHAR

        static final int MAX_UNICODE_CHAR
        This constant defines the highest Unicode character allowed in XML content.
        See Also:
        Constant Field Values