Package org.custommonkey.xmlunit
Interface XMLConstants
- All Known Subinterfaces:
XSLTConstants
- All Known Implementing Classes:
NodeDescriptor
,SimpleXpathEngine
,XMLAssert
,XMLTestCase
,XpathNodeTracker
public interface XMLConstants
A convenient place to hang constants relating to general XML usage
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
">"static final String
"]]"static final String
"--""static final String
"?"static final String
""static final String
"</"static final String
"<"static final String
"!static final String
"!static final String
"!static final String
"?"static final String
"noNamespaceSchemaLocation"static final String
http://www.w3.org/2001/XMLSchema-instancestatic final String
"schemaLocation"static final String
http://www.w3.org/2001/XMLSchemastatic final String
<?static final String
xmlns attribute prefixstatic final String
"@"static final String
"text()"static final String
"comment()"static final String
"]"static final String
"["static final String
"processing-instruction()"static final String
"/"
-
Field Details
-
XML_DECLARATION
<?xml> declaration- See Also:
-
XMLNS_PREFIX
xmlns attribute prefix- See Also:
-
OPEN_START_NODE
"<"- See Also:
-
OPEN_END_NODE
"</"- See Also:
-
CLOSE_NODE
">"- See Also:
-
START_CDATA
"![CDATA["- See Also:
-
END_CDATA
"]]"- See Also:
-
START_COMMENT
"!--"- See Also:
-
END_COMMENT
"--""- See Also:
-
START_PROCESSING_INSTRUCTION
"?"- See Also:
-
END_PROCESSING_INSTRUCTION
"?"- See Also:
-
START_DOCTYPE
"!DOCTYPE"- See Also:
-
XPATH_SEPARATOR
"/"- See Also:
-
XPATH_NODE_INDEX_START
"["- See Also:
-
XPATH_NODE_INDEX_END
"]"- See Also:
-
XPATH_COMMENT_IDENTIFIER
"comment()"- See Also:
-
XPATH_PROCESSING_INSTRUCTION_IDENTIFIER
"processing-instruction()"- See Also:
-
XPATH_CHARACTER_NODE_IDENTIFIER
"text()"- See Also:
-
XPATH_ATTRIBUTE_IDENTIFIER
"@"- See Also:
-
W3C_XML_SCHEMA_NS_URI
http://www.w3.org/2001/XMLSchema- See Also:
-
W3C_XML_SCHEMA_INSTANCE_NS_URI
http://www.w3.org/2001/XMLSchema-instance- See Also:
-
W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR
"schemaLocation"- See Also:
-
W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR
"noNamespaceSchemaLocation"- See Also:
-
NULL_NS_URI
""- See Also:
-