com.sun.xml.ws.util.xml
Class XMLReaderComposite.ElemInfo
java.lang.Object
com.sun.xml.ws.util.xml.XMLReaderComposite.ElemInfo
- All Implemented Interfaces:
- NamespaceContext
- Enclosing class:
- XMLReaderComposite
public static class XMLReaderComposite.ElemInfo
- extends Object
- implements NamespaceContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLReaderComposite.ElemInfo
public XMLReaderComposite.ElemInfo(TagInfoset tag,
XMLReaderComposite.ElemInfo parent)
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI in interface NamespaceContext
getPrefix
public String getPrefix(String uri)
- Specified by:
getPrefix in interface NamespaceContext
allPrefixes
public List<String> allPrefixes(String namespaceURI)
getPrefixes
public Iterator<String> getPrefixes(String namespaceURI)
- Specified by:
getPrefixes in interface NamespaceContext
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.