java.lang.Object
com.sun.xml.wss.impl.dsig.NamespaceContextImpl
- All Implemented Interfaces:
NamespaceContext
Implements NamespaceContext .
TODO : Performance Improvements.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NamespaceContextImpl
public NamespaceContextImpl()
-
-
Method Details
-
add
Add prefix and namespaceuri to be associated with the prefix.- Parameters:
prefix- Namespace Prefixuri- NamespaceURI
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefixin interfaceNamespaceContext- Returns:
- NamespaceURI associated with the prefix
-
getPrefixes
- Specified by:
getPrefixesin interfaceNamespaceContext- Returns:
- Iterator to list of prefixes associated with the namespaceURI
-
getMap
-