com.werken.xpath
public interface NamespaceContext
Specification of the interface required by ContextSupport for delegation of namespace prefix binding resolution.
UNKNOWN: bob mcwhirter (bob @ werken.com)
Method Summary | |
---|---|
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.
|
Parameters: prefix The namespace prefix
Returns: The URI matching the prefix
See Also: ContextSupport