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 classSimpleNamespaceContextImplementation of NamespaceContext that's backed by a map.Methods in org.custommonkey.xmlunit that return NamespaceContext Modifier and Type Method Description static NamespaceContextXMLUnit. getXpathNamespaceContext()Get the NamespaceContext to use in XPath tests.Methods in org.custommonkey.xmlunit with parameters of type NamespaceContext Modifier and Type Method Description voidSimpleXpathEngine. 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 NamespaceContext Modifier and Type Method Description voidJaxp13XpathEngine. setNamespaceContext(NamespaceContext ctx)Constructors in org.custommonkey.xmlunit.jaxp13 with parameters of type NamespaceContext Constructor Description XMLUnitNamespaceContext2Jaxp13(NamespaceContext ctx)Creates an adapter.
-