Constant Field Values

Contents

org.custommonkey.*

  • org.custommonkey.xmlunit.util.IntegerBuffer 
    Modifier and Type Constant Field Value
    private static final int INITIAL_SIZE 512

org.xmlunit.*

  • 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.util.Nodes 
    Modifier and Type Constant Field Value
    private static final char SPACE 32
  • 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