public class NamespaceContextExAdaper extends Object implements org.jvnet.staxex.NamespaceContextEx
Constructor and Description |
---|
NamespaceContextExAdaper(NamespaceContext nsContext) |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI(String prefix) |
String |
getPrefix(String namespaceURI) |
Iterator |
getPrefixes(String namespaceURI) |
Iterator<org.jvnet.staxex.NamespaceContextEx.Binding> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public NamespaceContextExAdaper(NamespaceContext nsContext)
public Iterator<org.jvnet.staxex.NamespaceContextEx.Binding> iterator()
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface NamespaceContext
public String getPrefix(String namespaceURI)
getPrefix
in interface NamespaceContext
public Iterator getPrefixes(String namespaceURI)
getPrefixes
in interface NamespaceContext
Copyright © 2015 Oracle Corporation. All rights reserved.