public interface UnmarshalNamespaceResolver
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespaceURI(java.lang.String prefix)
Return the namespace URI for the specified prefix at the current scope.
|
java.lang.String |
getPrefix(java.lang.String namespaceURI)
Return the prefix for the specified namesapce URI at the current scope.
|
java.util.Set<java.lang.String> |
getPrefixes()
Return the set of prefixes currently associated with a namespace URI.
|
void |
pop(java.lang.String prefix)
Remove the last declared namespace URI binding for this prefix.
|
void |
push(java.lang.String prefix,
java.lang.String namespaceURI)
Associate a prefix and a namespace URI.
|
java.lang.String getNamespaceURI(java.lang.String prefix)
java.lang.String getPrefix(java.lang.String namespaceURI)
void push(java.lang.String prefix, java.lang.String namespaceURI)
void pop(java.lang.String prefix)
java.util.Set<java.lang.String> getPrefixes()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference