Class XMLStreamReaderScope<T>
java.lang.Object
org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
org.apache.synapse.commons.staxon.core.base.XMLStreamReaderScope<T>
- All Implemented Interfaces:
NamespaceContext
-
Constructor Summary
ConstructorsConstructorDescriptionXMLStreamReaderScope(String defaultNamespace, T info) XMLStreamReaderScope(NamespaceContext parent, T info) XMLStreamReaderScope(XMLStreamReaderScope<T> parent, String prefix, String localName, String namespaceURI) -
Method Summary
Modifier and TypeMethodDescriptionintgetAttributeName(int index) getAttributeValue(int index) getAttributeValue(String namespaceURI, String localName) getInfo()intgetNamespacePrefix(int index) getNamespaceURI(int index) Methods inherited from class org.apache.synapse.commons.staxon.core.base.AbstractXMLStreamScope
getLastChild, getLocalName, getNamespaceURI, getNamespaceURI, getPrefix, getPrefix, getPrefixes, isRoot, isStartTagClosed, setPrefix
-
Constructor Details
-
XMLStreamReaderScope
-
XMLStreamReaderScope
-
XMLStreamReaderScope
public XMLStreamReaderScope(XMLStreamReaderScope<T> parent, String prefix, String localName, String namespaceURI)
-
-
Method Details
-
getInfo
-
getParent
- Overrides:
getParentin classAbstractXMLStreamScope
-
getNamespaceCount
public int getNamespaceCount() -
getNamespacePrefix
-
getNamespaceURI
-
getAttributeCount
public int getAttributeCount() -
getAttributeName
-
getAttributeValue
-
getAttributeValue
-