Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
org.custommonkey.xmlunit.jaxp13 |
Modifier and Type | Class and Description |
---|---|
class |
SimpleNamespaceContext
Implementation of NamespaceContext that's backed by a map.
|
private static class |
XMLAssert.NodeBasedNamespaceContext |
Modifier and Type | Field and Description |
---|---|
private NamespaceContext |
SimpleXpathEngine.ctx |
private static NamespaceContext |
XMLUnit.namespaceContext |
Modifier and Type | Method and Description |
---|---|
static NamespaceContext |
XMLUnit.getXpathNamespaceContext()
Get the NamespaceContext to use in XPath tests.
|
Modifier and Type | Method and Description |
---|---|
private static QualifiedName |
QualifiedName.parsePrefixFormat(java.lang.String value,
int colon,
NamespaceContext ctx) |
void |
SimpleXpathEngine.setNamespaceContext(NamespaceContext ctx) |
void |
XpathEngine.setNamespaceContext(NamespaceContext ctx)
Establish a namespace context.
|
static void |
XMLUnit.setXpathNamespaceContext(NamespaceContext ctx)
Set the NamespaceContext to use in XPath tests.
|
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 |
---|---|
void |
Jaxp13XpathEngine.setNamespaceContext(NamespaceContext ctx) |
(package private) static java.util.Map<java.lang.String,java.lang.String> |
XMLUnitNamespaceContext2Jaxp13.turnIntoMap(NamespaceContext ctx) |
Constructor and Description |
---|
XMLUnitNamespaceContext2Jaxp13(NamespaceContext ctx) |