YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
org.seamless.xml.NamespaceContextMap Class Referenceabstract

This should have been part of the JDK. More...

Inheritance diagram for org.seamless.xml.NamespaceContextMap:
Inheritance graph
Collaboration diagram for org.seamless.xml.NamespaceContextMap:
Collaboration graph

Public Member Functions

String getNamespaceURI (String prefix)
 
String getPrefix (String namespaceURI)
 
Iterator getPrefixes (String s)
 

Protected Member Functions

abstract String getDefaultNamespaceURI ()
 

Detailed Description

This should have been part of the JDK.

The dumb XPath API needs a map to lookup namespace URIs using prefix keys. Unfortunately, the authors did not know java.util.Map.

Author
Christian Bauer

The documentation for this class was generated from the following file: