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 NamespaceContext
public String getPrefix(String uri)
getPrefix
in interface NamespaceContext
public Iterator<String> getPrefixes(String namespaceURI)
getPrefixes
in interface NamespaceContext
Copyright © 2015 Oracle Corporation. All rights reserved.