Uses of Interface
com.fasterxml.aalto.AsyncInputFeeder

Packages that use AsyncInputFeeder
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. 
 

Uses of AsyncInputFeeder in com.fasterxml.aalto
 

Methods in com.fasterxml.aalto that return AsyncInputFeeder
 AsyncInputFeeder AsyncXMLStreamReader.getInputFeeder()
          Method used to access AsyncInputFeeder which is used to provide XML content to parse in non-blocking manner (see AsyncInputFeeder for more details).
 

Uses of AsyncInputFeeder in com.fasterxml.aalto.async
 

Classes in com.fasterxml.aalto.async that implement AsyncInputFeeder
 class AsyncStreamReaderImpl
          Implementation of AsyncXMLStreamReader.
 

Methods in com.fasterxml.aalto.async that return AsyncInputFeeder
 AsyncInputFeeder AsyncStreamReaderImpl.getInputFeeder()
           
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.