FileDocCategorySizeDatePackage
XMLConstants.javaAPI DocAndroid 1.5 API3081Wed May 06 22:41:06 BST 2009javax.xml

XMLConstants

public class XMLConstants extends Object
Defines several standard constants that are often used during XML processing.
since
Android 1.0

Fields Summary
public static final String
DEFAULT_NS_PREFIX
The default namespace prefix. Defined to be the empty string.
public static final String
FEATURE_SECURE_PROCESSING
The SAX feature name for secure processing. Turning on this feature might result in a parser rejecting XML documents that are considered "insecure" (having a potential for DOS attacks, for example). The Android XML parsing implementation currently ignores this feature.
public static final String
NULL_NS_URI
The namespace URI for the case that no namespace is being used at all. Defined to be the empty string.
public static final String
RELAXNG_NS_URI
The official Relax-NG namespace URI.
public static final String
W3C_XML_SCHEMA_INSTANCE_NS_URI
The official XSchema instance namespace URI, as defined by W3C.
public static final String
W3C_XML_SCHEMA_NS_URI
The official XSchema namespace URI, as defined by W3C.
public static final String
W3C_XPATH_DATATYPE_NS_URI
The official XPath datatype namespace URI, as defined by W3C.
public static final String
XMLNS_ATTRIBUTE
The official XML namespace attribute, as defined by W3C.
public static final String
XMLNS_ATTRIBUTE_NS_URI
The official XML namespace attribute URI, as defined by W3C.
public static final String
XML_DTD_NS_URI
The official XML DTD namespace URI, as defined by W3C.
public static final String
XML_NS_PREFIX
The official XML namespace prefix, as defined by W3C.
public static final String
XML_NS_URI
The official XML namespace URI, as defined by W3C.
Constructors Summary
Methods Summary