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.private static classXMLAssert.NodeBasedNamespaceContextFields in org.custommonkey.xmlunit declared as NamespaceContext Modifier and Type Field Description private NamespaceContextSimpleXpathEngine. ctxprivate static NamespaceContextXMLUnit. namespaceContextMethods 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 private static QualifiedNameQualifiedName. parsePrefixFormat(java.lang.String value, int colon, NamespaceContext ctx)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(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 voidJaxp13XpathEngine. 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)
-