public static class XMLReaderComposite.ElemInfo extends Object implements NamespaceContext
| Constructor and Description |
|---|
ElemInfo(TagInfoset tag,
XMLReaderComposite.ElemInfo parent) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
allPrefixes(String namespaceURI) |
String |
getNamespaceURI(String prefix) |
String |
getPrefix(String uri) |
Iterator<String> |
getPrefixes(String namespaceURI) |
public ElemInfo(TagInfoset tag, XMLReaderComposite.ElemInfo parent)
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String uri)
getPrefix in interface NamespaceContextpublic Iterator<String> getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextCopyright © 2015 Oracle Corporation. All rights reserved.