Uses of Interface
org.custommonkey.xmlunit.NamespaceContext
Packages that use NamespaceContext
Package
Description
Root of the XMLUnit 1.x compatibility layer.
-
Uses of NamespaceContext in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement NamespaceContextModifier and TypeClassDescriptionclass
Implementation of NamespaceContext that's backed by a map.private static class
Fields in org.custommonkey.xmlunit declared as NamespaceContextModifier and TypeFieldDescriptionprivate NamespaceContext
SimpleXpathEngine.ctx
private static NamespaceContext
XMLUnit.namespaceContext
Methods in org.custommonkey.xmlunit that return NamespaceContextModifier and TypeMethodDescriptionstatic NamespaceContext
XMLUnit.getXpathNamespaceContext()
Get the NamespaceContext to use in XPath tests.Methods in org.custommonkey.xmlunit with parameters of type NamespaceContextModifier and TypeMethodDescriptionprivate static QualifiedName
QualifiedName.parsePrefixFormat
(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
(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 NamespaceContextModifier and TypeMethodDescriptionvoid
Jaxp13XpathEngine.setNamespaceContext
(NamespaceContext ctx) XMLUnitNamespaceContext2Jaxp13.turnIntoMap
(NamespaceContext ctx) Constructors in org.custommonkey.xmlunit.jaxp13 with parameters of type NamespaceContextModifierConstructorDescriptionCreates an adapter.