Uses of Interface
org.custommonkey.xmlunit.NamespaceContext
-
Packages that use NamespaceContext Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.custommonkey.xmlunit.jaxp13 -
-
Uses of NamespaceContext in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement NamespaceContext Modifier and Type Class Description class
SimpleNamespaceContext
Implementation of NamespaceContext that's backed by a map.private static class
XMLAssert.NodeBasedNamespaceContext
Fields in org.custommonkey.xmlunit declared as NamespaceContext Modifier and Type Field Description private NamespaceContext
SimpleXpathEngine. ctx
private static NamespaceContext
XMLUnit. namespaceContext
Methods in org.custommonkey.xmlunit that return NamespaceContext Modifier and Type Method Description static NamespaceContext
XMLUnit. getXpathNamespaceContext()
Get the NamespaceContext to use in XPath tests.Methods in org.custommonkey.xmlunit with parameters of type NamespaceContext Modifier and Type Method 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. -
Uses of NamespaceContext in org.custommonkey.xmlunit.jaxp13
Methods in org.custommonkey.xmlunit.jaxp13 with parameters of type NamespaceContext Modifier and Type Method Description void
Jaxp13XpathEngine. setNamespaceContext(NamespaceContext ctx)
(package private) static java.util.Map<java.lang.String,java.lang.String>
XMLUnitNamespaceContext2Jaxp13. turnIntoMap(NamespaceContext ctx)
Constructors in org.custommonkey.xmlunit.jaxp13 with parameters of type NamespaceContext Constructor Description XMLUnitNamespaceContext2Jaxp13(NamespaceContext ctx)
-