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

public class XMLStreamReaderScope<T> extends AbstractXMLStreamScope
  • Constructor Details

  • Method Details

    • getInfo

      public T getInfo()
    • getParent

      public XMLStreamReaderScope<T> getParent()
      Overrides:
      getParent in class AbstractXMLStreamScope
    • getNamespaceCount

      public int getNamespaceCount()
    • getNamespacePrefix

      public String getNamespacePrefix(int index)
    • getNamespaceURI

      public String getNamespaceURI(int index)
    • getAttributeCount

      public int getAttributeCount()
    • getAttributeName

      public QName getAttributeName(int index)
    • getAttributeValue

      public String getAttributeValue(int index)
    • getAttributeValue

      public String getAttributeValue(String namespaceURI, String localName)