Uses of Package
com.fasterxml.aalto

Packages that use com.fasterxml.aalto
com.fasterxml.aalto Main-level package that just contains additional API types exposed above and beyond standard Stax, Stax2 and SAX API types. 
com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser. 
com.fasterxml.aalto.stax   
 

Classes in com.fasterxml.aalto used by com.fasterxml.aalto
AsyncInputFeeder
          Interface used by AsyncXMLStreamReader to get more input to parse.
AsyncXMLStreamReader
          Extension of XMLStreamReader2 used by non-blocking ("async") stream readers.
UncheckedStreamException
          Unchecked exception that has to be used for methods of Stax API that do not allow throwing checked XMLStreamException, but where internal methods that need to be called may throw such an exception.
ValidationException
          Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems.
 

Classes in com.fasterxml.aalto used by com.fasterxml.aalto.async
AsyncInputFeeder
          Interface used by AsyncXMLStreamReader to get more input to parse.
AsyncXMLStreamReader
          Extension of XMLStreamReader2 used by non-blocking ("async") stream readers.
 

Classes in com.fasterxml.aalto used by com.fasterxml.aalto.stax
AsyncXMLInputFactory
          Extension of XMLInputFactory2 to provide factory methods for constructing non-blocking (asynchronous) parsers (of type AsyncXMLStreamReader.
AsyncXMLStreamReader
          Extension of XMLStreamReader2 used by non-blocking ("async") stream readers.
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.