|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamespaceContext
Interface used by XpathEngine in order to map prefixes to namespace URIs.
This is modelled after javax.xml.namespace.NamespaceContext but reduced to our needs.
Method Summary | |
---|---|
java.lang.String |
getNamespaceURI(java.lang.String prefix)
Obtain the URI for a given prefix. |
java.util.Iterator |
getPrefixes()
Get all prefixes of this context. |
Method Detail |
---|
java.lang.String getNamespaceURI(java.lang.String prefix)
Unlike the method in javax.xml.namespace.NamespaceContext doesn't have to implement any special handling for predefined prefix values.
java.util.Iterator getPrefixes()
|
XMLUnit is hosted by sourceforge.net |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |