Example usage for Java javax.xml XMLConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
String | NULL_NS_URI Namespace URI to use to represent that there is no Namespace. |
String | DEFAULT_NS_PREFIX Prefix to use to represent the default XML Namespace. |
String | XML_NS_URI The official XML Namespace name URI. |
String | XML_NS_PREFIX The official XML Namespace prefix. |
String | XMLNS_ATTRIBUTE_NS_URI The official XML attribute used for specifying XML Namespace declarations, #XMLNS_ATTRIBUTE XMLConstants.XMLNS_ATTRIBUTE , Namespace name URI. |
String | XMLNS_ATTRIBUTE The official XML attribute used for specifying XML Namespace declarations. |
String | W3C_XML_SCHEMA_NS_URI W3C XML Schema Namespace URI. |
String | W3C_XML_SCHEMA_INSTANCE_NS_URI W3C XML Schema Instance Namespace URI. |
String | W3C_XPATH_DATATYPE_NS_URI W3C XPath Datatype Namespace URI. |
String | RELAXNG_NS_URI RELAX NG Namespace URI. |
String | FEATURE_SECURE_PROCESSING Feature for secure processing. |
String | ACCESS_EXTERNAL_DTD Property: accessExternalDTD Restrict access to external DTDs and external Entity References to the protocols specified. |
String | ACCESS_EXTERNAL_SCHEMA Property: accessExternalSchema Restrict access to the protocols specified for external reference set by the schemaLocation attribute, Import and Include element. |