KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > namespace > NamespaceContext

javax.xml.namespace
Interface NamespaceContext

See Also:
Top Examples, Source Code, javax.XMLConstants for declarations of common XML values

String getNamespaceURI(String prefix)
See Also:
XMLConstants.NULL_NS_URI("")
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getPrefix(String namespaceURI)
See Also:
getPrefixes(String namespaceURI)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Iterator getPrefixes(String namespaceURI)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags