Package com.helger.xml
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 Summary
Fields Modifier and Type Field Description static StringDOM_CERTIFIEDDOM LS featurestatic StringDOM_CHECK_CHAR_NORMALIZATIONDOM level 3 featurestatic StringDOM_DISALLOW_DOCTYPEDOM LS featurestatic StringDOM_DISCARD_DEFAULT_CONTENTDOM level 3 featurestatic StringDOM_FORMAT_PRETTY_PRINTDOM LS featurestatic StringDOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONSDOM LS featurestatic StringDOM_NORMALIZE_CHARACTERSDOM level 3 featurestatic StringDOM_SPLIT_CDATADOM level 3 featurestatic StringDOM_UNKNOWNCHARSDOM LS featurestatic StringDOM_WELLFORMEDDOM level 3 featurestatic StringDOM_XMLDECLDOM LS featurestatic StringEVENT_DOMNODE_INSERTEDDOM eventstatic StringXML_ATTR_XSD_TARGETNAMESPACESpecial XSD attribute targetNamespacestatic StringXML_ATTR_XSI_NONAMESPACESCHEMALOCATIONSpecial XSI attribute noNamespaceSchemaLocationstatic StringXML_ATTR_XSI_SCHEMALOCATIONSpecial XSI attribute schemaLocationstatic StringXML_NS_PREFIX_XSDThe preferred XML Schema namespace prefixstatic StringXML_NS_PREFIX_XSIPreferred XML Schema instance namespace prefixstatic charXML_PREFIX_NAMESPACE_SEPseparator between namespace prefix and element namestatic StringXML_PREFIX_NAMESPACE_SEP_STRseparator between namespace prefix and element name
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.helger.commons.compare.IComparator<QName>getComparatorQNameForNamespacePrefix()static com.helger.commons.compare.IComparator<QName>getComparatorQNameLocalPartBeforeNamespaceURI()static com.helger.commons.compare.IComparator<QName>getComparatorQNameNamespaceURIBeforeLocalPart()
-
-
-
Field Detail
-
DOM_DISCARD_DEFAULT_CONTENT
public static final String DOM_DISCARD_DEFAULT_CONTENT
DOM level 3 feature- See Also:
- Constant Field Values
-
DOM_NORMALIZE_CHARACTERS
public static final String DOM_NORMALIZE_CHARACTERS
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_WELLFORMED
public static final String DOM_WELLFORMED
DOM level 3 feature- See Also:
- Constant Field Values
-
DOM_SPLIT_CDATA
public static final String DOM_SPLIT_CDATA
DOM level 3 feature- See Also:
- Constant Field Values
-
DOM_FORMAT_PRETTY_PRINT
public static final String DOM_FORMAT_PRETTY_PRINT
DOM LS feature- See Also:
- Constant Field Values
-
DOM_XMLDECL
public static final String DOM_XMLDECL
DOM LS feature- See Also:
- Constant Field Values
-
DOM_UNKNOWNCHARS
public static final String DOM_UNKNOWNCHARS
DOM LS feature- See Also:
- Constant Field Values
-
DOM_CERTIFIED
public static final String DOM_CERTIFIED
DOM LS feature- See Also:
- Constant Field Values
-
DOM_DISALLOW_DOCTYPE
public static final String DOM_DISALLOW_DOCTYPE
DOM LS 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
-
EVENT_DOMNODE_INSERTED
public static final String EVENT_DOMNODE_INSERTED
DOM event- 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()
-
-