Class CXML


  • @Immutable
    public final class CXML
    extends Object
    This is just a workaround if Xerces is not in the build path. Normally you would use the constants from the file org.apache.xerces.impl.Constants
    Author:
    Philip
    • Field Detail

      • DOM_DISCARD_DEFAULT_CONTENT

        public static final String DOM_DISCARD_DEFAULT_CONTENT
        DOM level 3 feature
        See Also:
        Constant Field Values
      • DOM_CHECK_CHAR_NORMALIZATION

        public static final String DOM_CHECK_CHAR_NORMALIZATION
        DOM level 3 feature
        See Also:
        Constant Field Values
      • DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS

        public static final String DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS
        DOM LS feature
        See Also:
        Constant Field Values
      • XML_PREFIX_NAMESPACE_SEP

        public static final char XML_PREFIX_NAMESPACE_SEP
        separator between namespace prefix and element name
        See Also:
        Constant Field Values
      • XML_PREFIX_NAMESPACE_SEP_STR

        public static final String XML_PREFIX_NAMESPACE_SEP_STR
        separator between namespace prefix and element name
      • XML_NS_PREFIX_XSD

        public static final String XML_NS_PREFIX_XSD
        The preferred XML Schema namespace prefix
        See Also:
        Constant Field Values
      • XML_ATTR_XSD_TARGETNAMESPACE

        public static final String XML_ATTR_XSD_TARGETNAMESPACE
        Special XSD attribute targetNamespace
        See Also:
        Constant Field Values
      • XML_NS_PREFIX_XSI

        public static final String XML_NS_PREFIX_XSI
        Preferred XML Schema instance namespace prefix
        See Also:
        Constant Field Values
      • XML_ATTR_XSI_SCHEMALOCATION

        public static final String XML_ATTR_XSI_SCHEMALOCATION
        Special XSI attribute schemaLocation
        See Also:
        Constant Field Values
      • XML_ATTR_XSI_NONAMESPACESCHEMALOCATION

        public static final String XML_ATTR_XSI_NONAMESPACESCHEMALOCATION
        Special XSI attribute noNamespaceSchemaLocation
        See Also:
        Constant Field Values
    • Method Detail

      • getComparatorQNameNamespaceURIBeforeLocalPart

        @Nonnull
        public static com.helger.commons.compare.IComparator<QName> getComparatorQNameNamespaceURIBeforeLocalPart()
      • getComparatorQNameLocalPartBeforeNamespaceURI

        @Nonnull
        public static com.helger.commons.compare.IComparator<QName> getComparatorQNameLocalPartBeforeNamespaceURI()
      • getComparatorQNameForNamespacePrefix

        @Nonnull
        public static com.helger.commons.compare.IComparator<QName> getComparatorQNameForNamespacePrefix()