| 
    YAACC - UPNP Client and Server
    
   | 
 
This should have been part of the JDK. More...


Public Member Functions | |
| String | getNamespaceURI (String prefix) | 
| String | getPrefix (String namespaceURI) | 
| Iterator | getPrefixes (String s) | 
Protected Member Functions | |
| abstract String | getDefaultNamespaceURI () | 
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.