Class CXML

java.lang.Object
com.helger.xml.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 Details

    • DOM_DISCARD_DEFAULT_CONTENT

      public static final String DOM_DISCARD_DEFAULT_CONTENT
      DOM level 3 feature
      See Also:
    • DOM_NORMALIZE_CHARACTERS

      public static final String DOM_NORMALIZE_CHARACTERS
      DOM level 3 feature
      See Also:
    • DOM_CHECK_CHAR_NORMALIZATION

      public static final String DOM_CHECK_CHAR_NORMALIZATION
      DOM level 3 feature
      See Also:
    • DOM_WELLFORMED

      public static final String DOM_WELLFORMED
      DOM level 3 feature
      See Also:
    • DOM_SPLIT_CDATA

      public static final String DOM_SPLIT_CDATA
      DOM level 3 feature
      See Also:
    • DOM_FORMAT_PRETTY_PRINT

      public static final String DOM_FORMAT_PRETTY_PRINT
      DOM LS feature
      See Also:
    • DOM_XMLDECL

      public static final String DOM_XMLDECL
      DOM LS feature
      See Also:
    • DOM_UNKNOWNCHARS

      public static final String DOM_UNKNOWNCHARS
      DOM LS feature
      See Also:
    • DOM_CERTIFIED

      public static final String DOM_CERTIFIED
      DOM LS feature
      See Also:
    • DOM_DISALLOW_DOCTYPE

      public static final String DOM_DISALLOW_DOCTYPE
      DOM LS feature
      See Also:
    • DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS

      public static final String DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS
      DOM LS feature
      See Also:
    • EVENT_DOMNODE_INSERTED

      public static final String EVENT_DOMNODE_INSERTED
      DOM event
      See Also:
    • XML_PREFIX_NAMESPACE_SEP

      public static final char XML_PREFIX_NAMESPACE_SEP
      separator between namespace prefix and element name
      See Also:
    • 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:
    • XML_ATTR_XSD_TARGETNAMESPACE

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

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

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

      public static final String XML_ATTR_XSI_NONAMESPACESCHEMALOCATION
      Special XSI attribute noNamespaceSchemaLocation
      See Also:
  • Method Details

    • 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()