Interface XStreamHierarchicalStreamReader


@ProviderType public interface XStreamHierarchicalStreamReader
Author:
Daniel Kocsis
  • Method Details

    • close

      void close()
    • getAttribute

      String getAttribute(int index)
    • getAttribute

      String getAttribute(String name)
    • getAttributeCount

      int getAttributeCount()
    • getAttributeName

      String getAttributeName(int index)
    • getAttributeNames

      Iterator<String> getAttributeNames()
    • getNodeName

      String getNodeName()
    • getValue

      String getValue()
    • hasMoreChildren

      boolean hasMoreChildren()
    • moveDown

      void moveDown()
    • moveUp

      void moveUp()
    • underlyingReader