com.werken.xpath
Interface NamespaceContext
- ElementNamespaceContext
public interface NamespaceContext
Specification of the interface required by
ContextSupport
for delegation
of namespace prefix binding resolution.
String | translateNamespacePrefix(String prefix) - Translate a namespace prefix into a URI
Translate the prefix used in a component of an XPath
into its expanded namespace URI.
|
translateNamespacePrefix
public String translateNamespacePrefix(String prefix)
Translate a namespace prefix into a URI
Translate the prefix used in a component of an XPath
into its expanded namespace URI.
prefix
- The namespace prefix
- The URI matching the prefix
ContextSupport.setNamespaceContext(NamespaceContext)
Copyright B) 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.