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.
|
Modifier and Type | Method and Description |
---|---|
static NamespaceContext |
XMLUnit.getXpathNamespaceContext()
Get the NamespaceContext to use in XPath tests.
|
Modifier and Type | Method and Description |
---|---|
void |
XpathEngine.setNamespaceContext(NamespaceContext ctx)
Establish a namespace context.
|
void |
SimpleXpathEngine.setNamespaceContext(NamespaceContext ctx) |
static void |
XMLUnit.setXpathNamespaceContext(NamespaceContext ctx)
Set the NamespaceContext to use in XPath tests.
|
static QualifiedName |
QualifiedName.valueOf(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) |
Constructor and Description |
---|
XMLUnitNamespaceContext2Jaxp13(NamespaceContext ctx) |
Copyright © 2001–2017 XMLUnit. All rights reserved.