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