API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.namespace. NamespaceContext View Source
Author(s)
Jeff Suttor
Since
1.5
Version
$Revision: 1.2 $, $Date: 2005/06/10 03:50:28 $
Serial
Hierarchy
 NamespaceContext
Subinterfaces
Description
public interface NamespaceContext
  Interface for read only XML Namespace context processing.
Methods
Hide/Show inherited methods
public String getNamespaceURI (String prefix)
  Get Namespace URI bound to a prefix in the current scope.
public String getPrefix (String namespaceURI)
  Get prefix bound to Namespace URI in the current scope.
public Iterator getPrefixes (String namespaceURI)
  Get all prefixes bound to a Namespace URI in the current scope.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar