Fields Summary |
---|
public static final String | DEFAULT_NS_PREFIXThe default namespace prefix. Defined to be the empty string. |
public static final String | FEATURE_SECURE_PROCESSINGThe 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_URIThe 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_URIThe official Relax-NG namespace URI. |
public static final String | W3C_XML_SCHEMA_INSTANCE_NS_URIThe official XSchema instance namespace URI, as defined by W3C. |
public static final String | W3C_XML_SCHEMA_NS_URIThe official XSchema namespace URI, as defined by W3C. |
public static final String | W3C_XPATH_DATATYPE_NS_URIThe official XPath datatype namespace URI, as defined by W3C. |
public static final String | XMLNS_ATTRIBUTEThe official XML namespace attribute, as defined by W3C. |
public static final String | XMLNS_ATTRIBUTE_NS_URIThe official XML namespace attribute URI, as defined by W3C. |
public static final String | XML_DTD_NS_URIThe official XML DTD namespace URI, as defined by W3C. |
public static final String | XML_NS_PREFIXThe official XML namespace prefix, as defined by W3C. |
public static final String | XML_NS_URIThe official XML namespace URI, as defined by W3C. |