com.werken.xpath
インタフェース NamespaceContext
- 既知の実装クラスの一覧:
- ElementNamespaceContext
- public interface NamespaceContext
Specification of the interface required by
ContextSupport
for delegation
of namespace prefix binding resolution.
メソッドの概要 |
java.lang.String |
translateNamespacePrefix(java.lang.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 java.lang.String translateNamespacePrefix(java.lang.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(com.werken.xpath.NamespaceContext)
Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.