|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.XMLConstants
public class XMLConstants
Defines several standard constants that are often used during XML processing.
| Field Summary | |
|---|---|
static String |
DEFAULT_NS_PREFIX
The default namespace prefix. |
static String |
FEATURE_SECURE_PROCESSING
The SAX feature name for secure processing. |
static String |
NULL_NS_URI
The namespace URI for the case that no namespace is being used at all. |
static String |
RELAXNG_NS_URI
The official Relax-NG namespace URI. |
static String |
W3C_XML_SCHEMA_INSTANCE_NS_URI
The official XSchema instance namespace URI, as defined by W3C. |
static String |
W3C_XML_SCHEMA_NS_URI
The official XSchema namespace URI, as defined by W3C. |
static String |
W3C_XPATH_DATATYPE_NS_URI
The official XPath datatype namespace URI, as defined by W3C. |
static String |
XML_DTD_NS_URI
The official XML DTD namespace URI, as defined by W3C. |
static String |
XML_NS_PREFIX
The official XML namespace prefix, as defined by W3C. |
static String |
XML_NS_URI
The official XML namespace URI, as defined by W3C. |
static String |
XMLNS_ATTRIBUTE
The official XML namespace attribute, as defined by W3C. |
static String |
XMLNS_ATTRIBUTE_NS_URI
The official XML namespace attribute URI, as defined by W3C. |
| Constructor Summary | |
|---|---|
XMLConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_NS_PREFIX
public static final String FEATURE_SECURE_PROCESSING
public static final String NULL_NS_URI
public static final String RELAXNG_NS_URI
public static final String W3C_XML_SCHEMA_INSTANCE_NS_URI
public static final String W3C_XML_SCHEMA_NS_URI
public static final String W3C_XPATH_DATATYPE_NS_URI
public static final String XMLNS_ATTRIBUTE
public static final String XMLNS_ATTRIBUTE_NS_URI
public static final String XML_DTD_NS_URI
public static final String XML_NS_PREFIX
public static final String XML_NS_URI
| Constructor Detail |
|---|
public XMLConstants()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||