public interface NamespaceContext
This is modelled after javax.xml.namespace.NamespaceContext but reduced to our needs.
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI(String prefix)
Obtain the URI for a given prefix.
|
Iterator |
getPrefixes()
Get all prefixes of this context.
|
String getNamespaceURI(String prefix)
Unlike the method in javax.xml.namespace.NamespaceContext doesn't have to implement any special handling for predefined prefix values.
Iterator getPrefixes()
Copyright © 2001–2017 XMLUnit. All rights reserved.