Java javax.xml XMLConstants fields, constructors, methods, implement or subclass

Example usage for Java javax.xml XMLConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml XMLConstants.

The text is from its open source code.

Field

StringNULL_NS_URI
Namespace URI to use to represent that there is no Namespace.
StringDEFAULT_NS_PREFIX
Prefix to use to represent the default XML Namespace.
StringXML_NS_URI
The official XML Namespace name URI.
StringXML_NS_PREFIX
The official XML Namespace prefix.
StringXMLNS_ATTRIBUTE_NS_URI
The official XML attribute used for specifying XML Namespace declarations, #XMLNS_ATTRIBUTE XMLConstants.XMLNS_ATTRIBUTE , Namespace name URI.
StringXMLNS_ATTRIBUTE
The official XML attribute used for specifying XML Namespace declarations.
StringW3C_XML_SCHEMA_NS_URI
W3C XML Schema Namespace URI.
StringW3C_XML_SCHEMA_INSTANCE_NS_URI
W3C XML Schema Instance Namespace URI.
StringW3C_XPATH_DATATYPE_NS_URI
W3C XPath Datatype Namespace URI.
StringRELAXNG_NS_URI
RELAX NG Namespace URI.
StringFEATURE_SECURE_PROCESSING
Feature for secure processing.
StringACCESS_EXTERNAL_DTD
Property: accessExternalDTD

Restrict access to external DTDs and external Entity References to the protocols specified.

StringACCESS_EXTERNAL_SCHEMA

Property: accessExternalSchema

Restrict access to the protocols specified for external reference set by the schemaLocation attribute, Import and Include element.