Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Method and Description |
---|---|
SimpleNamespaceContext |
SimpleNamespaceContext.add(String prefix,
String namespace)
Method adds a prefix to namespace mapping.
|
SimpleNamespaceContext |
SimpleNamespaceContext.addAll(Map<String,String> 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.
|
SimpleNamespaceContext |
XMLBuilder.getNamespaces() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004–2018 52north.org. All rights reserved.