|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleNamespaceContext | |
---|---|
org.n52.security.common.xml | The XML package contains utiltiy and helper classes for xml processing. |
Uses of SimpleNamespaceContext in org.n52.security.common.xml |
---|
Methods in org.n52.security.common.xml that return SimpleNamespaceContext | |
---|---|
SimpleNamespaceContext |
SimpleNamespaceContext.add(java.lang.String prefix,
java.lang.String namespace)
Method adds a prefix to namespace mapping. |
SimpleNamespaceContext |
SimpleNamespaceContext.addAll(java.util.Map prefixNamespaceMap)
Adds all prefixes and namespaces from the given Map |
SimpleNamespaceContext |
SimpleNamespaceContext.addAll(SimpleNamespaceContext ctx)
Adds all prefixes and namespaces from the given context to this context. |
Methods in org.n52.security.common.xml with parameters of type SimpleNamespaceContext | |
---|---|
SimpleNamespaceContext |
SimpleNamespaceContext.addAll(SimpleNamespaceContext ctx)
Adds all prefixes and namespaces from the given context to this context. |
XMLPathCtx |
XMLPathCtx.addNamespaces(SimpleNamespaceContext ctx)
Adds all namespaces from the given context to the internal prefix list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |