Interface ADBXMLStreamReader

All Superinterfaces:
Constants, XMLStreamConstants, XMLStreamReader
All Known Implementing Classes:
ADBDataHandlerStreamReader, ADBXMLStreamReaderImpl, NameValueArrayStreamReader, NameValuePairStreamReader, NullXMLStreamReader, WrappingXMLStreamReader

public interface ADBXMLStreamReader extends XMLStreamReader, Constants
  • Field Details

  • Method Details

    • isDone

      boolean isDone()
      Extra method to query the state of the pullparser
    • addNamespaceContext

      void addNamespaceContext(NamespaceContext nsContext)
      add the parent namespace context to this parser
    • init

      void init()
      Initiate the parser - this will do whatever the needed tasks to initiate the parser and must be called before attempting any specific parsing using this parser