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 TypeClassDescriptionclassImplementation of NamespaceContext that's backed by a map.Methods in org.custommonkey.xmlunit that return NamespaceContextModifier and TypeMethodDescriptionstatic NamespaceContextXMLUnit.getXpathNamespaceContext()Get the NamespaceContext to use in XPath tests.Methods in org.custommonkey.xmlunit with parameters of type NamespaceContextModifier and TypeMethodDescriptionvoidSimpleXpathEngine.setNamespaceContext(NamespaceContext ctx) voidXpathEngine.setNamespaceContext(NamespaceContext ctx) Establish a namespace context.static voidXMLUnit.setXpathNamespaceContext(NamespaceContext ctx) Set the NamespaceContext to use in XPath tests.static QualifiedNameQualifiedName.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 TypeMethodDescriptionvoidJaxp13XpathEngine.setNamespaceContext(NamespaceContext ctx) Constructors in org.custommonkey.xmlunit.jaxp13 with parameters of type NamespaceContextModifierConstructorDescriptionCreates an adapter.