Uses of Class
com.sun.ws.management.server.NamespaceMap

Packages that use NamespaceMap
com.sun.ws.management.server   
com.sun.ws.management.xml   
 

Uses of NamespaceMap in com.sun.ws.management.server
 

Methods in com.sun.ws.management.server with parameters of type NamespaceMap
static Filter BaseSupport.createFilter(java.lang.String dialect, java.util.List content, NamespaceMap nsMap)
           
 Filter FilterFactory.newFilter(java.util.List content, NamespaceMap namespaces)
          Filter creation.
static boolean EventingSupport.sendEvent(java.lang.Object context, Addressing msg, NamespaceMap nsMap)
           
 

Constructors in com.sun.ws.management.server with parameters of type NamespaceMap
NamespaceMap(Message msg, NamespaceMap... nsMaps)
           
NamespaceMap(NamespaceMap... nsMaps)
           
NamespaceMap(org.w3c.dom.Node node, NamespaceMap... nsMaps)
           
 

Uses of NamespaceMap in com.sun.ws.management.xml
 

Methods in com.sun.ws.management.xml with parameters of type NamespaceMap
static java.util.List<org.w3c.dom.Node> XPath.filter(org.w3c.dom.Node content, java.lang.String expression, NamespaceMap... namespaces)
          Filter a set of nodes based on an XPath expression.
 Filter XPathFilterFactory.newFilter(java.util.List content, NamespaceMap namespaces)
          Filter creation