| |
|
| java.lang.Object com.sun.xml.wss.impl.dsig.NamespaceContextImpl
NamespaceContextImpl | public class NamespaceContextImpl implements NamespaceContext(Code) | | Implements NamespaceContext .
TODO : Performance Improvements.
|
NamespaceContextImpl | public NamespaceContextImpl()(Code) | | |
add | public void add(String prefix, String uri)(Code) | | Add prefix and namespaceuri to be associated with the prefix.
Parameters: prefix - Namespace Prefix Parameters: uri - NamespaceURI |
getPrefix | public String getPrefix(String namespaceURI)(Code) | | Parameters: namespaceURI - NamespaceURI associated with the prefix |
getPrefixes | public Iterator getPrefixes(String namespaceURI)(Code) | | Parameters: namespaceURI - Iterator to list of prefixes associated with the namespaceURI |
|
|
|