Uses of Interface
org.custommonkey.xmlunit.NamespaceContext
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NamespaceContext in org.custommonkey.xmlunit
Modifier and TypeClassDescriptionclass
Implementation of NamespaceContext that's backed by a map.Modifier and TypeMethodDescriptionstatic NamespaceContext
XMLUnit.getXpathNamespaceContext()
Get the NamespaceContext to use in XPath tests.Modifier and TypeMethodDescriptionvoid
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
(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
Modifier and TypeMethodDescriptionvoid
Jaxp13XpathEngine.setNamespaceContext
(NamespaceContext ctx) ModifierConstructorDescriptionCreates an adapter.