Constant Field Values
Contents
org.custommonkey.*
-
org.custommonkey.xmlunit.DifferenceConstants Modifier and Type Constant Field Value public static final int
ATTR_NAME_NOT_FOUND_ID
2
public static final int
ATTR_SEQUENCE_ID
4
public static final int
ATTR_VALUE_EXPLICITLY_SPECIFIED_ID
1
public static final int
ATTR_VALUE_ID
3
public static final int
CDATA_VALUE_ID
5
public static final int
CHILD_NODE_NOT_FOUND_ID
22
public static final int
CHILD_NODELIST_LENGTH_ID
19
public static final int
CHILD_NODELIST_SEQUENCE_ID
20
public static final int
COMMENT_VALUE_ID
6
public static final int
DOCTYPE_NAME_ID
7
public static final int
DOCTYPE_PUBLIC_ID_ID
8
public static final int
DOCTYPE_SYSTEM_ID_ID
9
public static final int
ELEMENT_NUM_ATTRIBUTES_ID
11
public static final int
ELEMENT_TAG_NAME_ID
10
public static final int
HAS_CHILD_NODES_ID
18
public static final int
HAS_DOCTYPE_DECLARATION_ID
21
public static final int
NAMESPACE_PREFIX_ID
15
public static final int
NAMESPACE_URI_ID
16
public static final int
NO_NAMESPACE_SCHEMA_LOCATION_ID
24
public static final int
NODE_TYPE_ID
17
public static final int
PROCESSING_INSTRUCTION_DATA_ID
13
public static final int
PROCESSING_INSTRUCTION_TARGET_ID
12
public static final int
SCHEMA_LOCATION_ID
23
public static final int
TEXT_VALUE_ID
14
-
org.custommonkey.xmlunit.DifferenceEngine Modifier and Type Constant Field Value private static final java.lang.String
ATTRIBUTE_ABSENT
"[attribute absent]"
private static final java.lang.String
NOT_NULL_NODE
"not null"
private static final java.lang.String
NULL_NODE
"null"
-
org.custommonkey.xmlunit.DifferenceListener Modifier and Type Constant Field Value public static final int
RETURN_ACCEPT_DIFFERENCE
0
public static final int
RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL
1
public static final int
RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR
2
public static final int
RETURN_UPGRADE_DIFFERENCE_NODES_DIFFERENT
3
-
org.custommonkey.xmlunit.org.custommonkey.xmlunit.DoctypeSupport Modifier and Type Constant Field Value static final java.lang.String
DOCTYPE
"DOCTYPE "
static final java.lang.String
DOCTYPE_CLOSE_DECL
">"
static final java.lang.String
DOCTYPE_OPEN_DECL
"<!"
static final java.lang.String
SYSTEM
" SYSTEM \""
-
org.custommonkey.xmlunit.HTMLDocumentBuilder.SwingEvent2SaxAdapter Modifier and Type Constant Field Value private static final boolean
IGNORE_HTML_CHAR_SET
true
-
org.custommonkey.xmlunit.JAXPConstants.Properties Modifier and Type Constant Field Value public static final java.lang.String
SCHEMA_LANGUAGE
"http://java.sun.com/xml/jaxp/properties/schemaLanguage"
public static final java.lang.String
SCHEMA_SOURCE
"http://java.sun.com/xml/jaxp/properties/schemaSource"
-
org.custommonkey.xmlunit.NodeDescriptor Modifier and Type Constant Field Value protected static final java.lang.String
DOCUMENT_NODE_DESCRIPTION
"Document Node "
-
org.custommonkey.xmlunit.XMLConstants Modifier and Type Constant Field Value public static final java.lang.String
CLOSE_NODE
">"
public static final java.lang.String
END_CDATA
"]]"
public static final java.lang.String
END_COMMENT
"--"
public static final java.lang.String
END_PROCESSING_INSTRUCTION
"?"
public static final java.lang.String
NULL_NS_URI
""
public static final java.lang.String
OPEN_END_NODE
"</"
public static final java.lang.String
OPEN_START_NODE
"<"
public static final java.lang.String
START_CDATA
"![CDATA["
public static final java.lang.String
START_COMMENT
"!--"
public static final java.lang.String
START_DOCTYPE
"!DOCTYPE "
public static final java.lang.String
START_PROCESSING_INSTRUCTION
"?"
public static final java.lang.String
W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR
"noNamespaceSchemaLocation"
public static final java.lang.String
W3C_XML_SCHEMA_INSTANCE_NS_URI
"http://www.w3.org/2001/XMLSchema-instance"
public static final java.lang.String
W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR
"schemaLocation"
public static final java.lang.String
W3C_XML_SCHEMA_NS_URI
"http://www.w3.org/2001/XMLSchema"
public static final java.lang.String
XML_DECLARATION
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>"
public static final java.lang.String
XMLNS_PREFIX
"xmlns"
public static final java.lang.String
XPATH_ATTRIBUTE_IDENTIFIER
"@"
public static final java.lang.String
XPATH_CHARACTER_NODE_IDENTIFIER
"text()"
public static final java.lang.String
XPATH_COMMENT_IDENTIFIER
"comment()"
public static final java.lang.String
XPATH_NODE_INDEX_END
"]"
public static final java.lang.String
XPATH_NODE_INDEX_START
"["
public static final java.lang.String
XPATH_PROCESSING_INSTRUCTION_IDENTIFIER
"processing-instruction()"
public static final java.lang.String
XPATH_SEPARATOR
"/"
-
org.custommonkey.xmlunit.XMLUnit Modifier and Type Constant Field Value private static final java.lang.String
XSLT_VERSION_END
"\">"
private static final java.lang.String
XSLT_VERSION_START
" version=\""
-
org.custommonkey.xmlunit.XSLTConstants Modifier and Type Constant Field Value public static final java.lang.String
JAVA5_XSLTC_FACTORY_NAME
"com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl"
public static final java.lang.String
XSLT_END
"</xsl:stylesheet>"
public static final java.lang.String
XSLT_IDENTITY_TEMPLATE
"<xsl:template match=\"/\"><xsl:copy-of select=\".\"/></xsl:template>"
public static final java.lang.String
XSLT_START
"<xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\">"
public static final java.lang.String
XSLT_START_NO_VERSION
"<xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\""
public static final java.lang.String
XSLT_STRIP_COMMENTS_TEMPLATE
"<xsl:template match=\"node()[not(self::comment())]|@*\"><xsl:copy><xsl:apply-templates select=\"node()[not(self::comment())]|@*\"/></xsl:copy></xsl:template>"
public static final java.lang.String
XSLT_STRIP_WHITESPACE
"<xsl:strip-space elements=\"*\"/>"
public static final java.lang.String
XSLT_XML_OUTPUT_NOINDENT
"<xsl:output method=\"xml\" version=\"1.0\" indent=\"no\"/>"
-
org.custommonkey.xmlunit.examples.XPathRegexAssert Modifier and Type Constant Field Value private static final java.lang.String
EXPECTED_VALUE_TO_MATCH
"expected value to match "
-
org.custommonkey.xmlunit.util.IntegerBuffer Modifier and Type Constant Field Value private static final int
INITIAL_SIZE
512
org.xmlunit.*
-
org.xmlunit.ConfigurationException Modifier and Type Constant Field Value private static final long
serialVersionUID
3976394040594872937L
-
org.xmlunit.XMLUnitException Modifier and Type Constant Field Value private static final long
serialVersionUID
673558045568231955L
-
org.xmlunit.assertj.CompareAssert Modifier and Type Constant Field Value private static final java.lang.String
EXPECTING_NOT_NULL
"Expecting control not to be null"
-
org.xmlunit.assertj.org.xmlunit.assertj.CustomAbstractAssert Modifier and Type Constant Field Value private static final java.lang.String
ORG_XMLUNIT_ASSERTJ_ERROR
"org.xmlunit.assertj.error"
-
org.xmlunit.assertj.error.org.xmlunit.assertj.error.ComparisonFailureErrorFactory Modifier and Type Constant Field Value private static final java.lang.String
EXPECTED_BUT_WAS_MESSAGE
"%nExpecting:%n <%s>%nto be equal to:%n <%s>%nbut was not."
-
org.xmlunit.diff.AbstractDifferenceEngine Modifier and Type Constant Field Value private static final java.lang.String
LISTENER_MUST_NOT_BE_NULL
"listener must not be null"
private static final java.lang.String
NOT_BE_NULL
" not be null"
-
org.xmlunit.diff.DefaultNodeMatcher Modifier and Type Constant Field Value private static final short
CDATA
4
private static final short
TEXT
3
-
org.xmlunit.diff.ElementSelectors Modifier and Type Constant Field Value private static final java.lang.String
ATTRIBUTES_MUST_NOT_BE_NULL
"attributes must not be null"
private static final java.lang.String
ATTRIBUTES_MUST_NOT_CONTAIN_NULL_VALUES
"attributes must not contain null values"
private static final java.lang.String
SELECTORS_MUST_NOT_BE_NULL
"selectors must not be null"
-
org.xmlunit.diff.XPathContext Modifier and Type Constant Field Value private static final java.lang.String
ATTR
"@"
private static final java.lang.String
CLOSE
"]"
private static final java.lang.String
COMMENT
"comment()"
private static final java.lang.String
EMPTY
""
private static final java.lang.String
OPEN
"["
private static final java.lang.String
PI
"processing-instruction()"
private static final java.lang.String
SEP
"/"
private static final java.lang.String
TEXT
"text()"
-
org.xmlunit.input.CommentLessSource Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_VERSION
"2.0"
private static final java.lang.String
STYLE_TEMPLATE
"<stylesheet version=\"%1$s\" xmlns=\"http://www.w3.org/1999/XSL/Transform\"><template match=\"node()[not(self::comment())]|@*\"><copy><apply-templates select=\"node()[not(self::comment())]|@*\"/></copy></template></stylesheet>"
-
org.xmlunit.placeholder.IgnorePlaceholderHandler Modifier and Type Constant Field Value private static final java.lang.String
PLACEHOLDER_NAME_IGNORE
"ignore"
-
org.xmlunit.placeholder.IsNumberPlaceholderHandler Modifier and Type Constant Field Value private static final java.lang.String
NUMBER_PATTERN
"^[-+]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?$"
private static final java.lang.String
PLACEHOLDER_NAME
"isNumber"
-
org.xmlunit.validation.Languages Modifier and Type Constant Field Value public static final java.lang.String
RELAXNG_NS_URI
"http://relaxng.org/ns/structure/1.0"
public static final java.lang.String
W3C_XML_SCHEMA_NS_URI
"http://www.w3.org/2001/XMLSchema"
public static final java.lang.String
XML_DTD_NS_URI
"http://www.w3.org/TR/REC-xml"
-
org.xmlunit.validation.org.xmlunit.validation.ParsingValidator.Properties Modifier and Type Constant Field Value static final java.lang.String
SCHEMA_LANGUAGE
"http://java.sun.com/xml/jaxp/properties/schemaLanguage"
static final java.lang.String
SCHEMA_SOURCE
"http://java.sun.com/xml/jaxp/properties/schemaSource"
-
org.xmlunit.validation.ValidationProblem Modifier and Type Constant Field Value public static final int
UNKNOWN
-1