public class XMLStreamReaderScope<T> extends AbstractXMLStreamScope
Constructor and Description |
---|
XMLStreamReaderScope(NamespaceContext parent,
T info) |
XMLStreamReaderScope(String defaultNamespace,
T info) |
XMLStreamReaderScope(XMLStreamReaderScope<T> parent,
String prefix,
String localName,
String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
int |
getAttributeCount() |
QName |
getAttributeName(int index) |
String |
getAttributeValue(int index) |
String |
getAttributeValue(String namespaceURI,
String localName) |
T |
getInfo() |
int |
getNamespaceCount() |
String |
getNamespacePrefix(int index) |
String |
getNamespaceURI(int index) |
XMLStreamReaderScope<T> |
getParent() |
getLastChild, getLocalName, getNamespaceURI, getNamespaceURI, getPrefix, getPrefix, getPrefixes, isRoot, isStartTagClosed, setPrefix
public XMLStreamReaderScope(NamespaceContext parent, T info)
public XMLStreamReaderScope(XMLStreamReaderScope<T> parent, String prefix, String localName, String namespaceURI)
public T getInfo()
public XMLStreamReaderScope<T> getParent()
getParent
in class AbstractXMLStreamScope
public int getNamespaceCount()
public String getNamespacePrefix(int index)
public String getNamespaceURI(int index)
public int getAttributeCount()
public QName getAttributeName(int index)
public String getAttributeValue(int index)
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.