Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Method and Description |
---|---|
private static QualifiedName |
QualifiedName.parsePrefixFormat(java.lang.String value,
int colon,
NamespaceContext ctx) |
private static QualifiedName |
QualifiedName.parseQNameToString(java.lang.String value,
int closingBrace) |
static QualifiedName |
QualifiedName.valueOf(java.lang.String value)
Parses strings of the form "{NS-URI}LOCAL-NAME" or "prefix:localName" as QualifiedNames.
|
static QualifiedName |
QualifiedName.valueOf(java.lang.String value,
NamespaceContext ctx)
Parses strings of the form "{NS-URI}LOCAL-NAME" or "prefix:localName" as QualifiedNames.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
java.lang.String xpathExpression,
org.w3c.dom.Document inDocument)
Assert the value of an Xpath expression in an DOM Document
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
java.lang.String xpathExpression,
org.xml.sax.InputSource control)
Assert the value of an Xpath expression in an XML document.
|
static void |
XMLAssert.assertXpathEvaluatesTo(QualifiedName expectedValue,
java.lang.String xpathExpression,
java.lang.String inXMLString)
Assert the value of an Xpath expression in an XML String
|