Uses of Interface
org.attoparser.IAttoParser

Packages that use IAttoParser
org.attoparser   
org.attoparser.markup   
 

Uses of IAttoParser in org.attoparser
 

Classes in org.attoparser that implement IAttoParser
 class AbstractAttoParser
           Base abstract class for all IAttoParser implementations, providing common code for unifying all the supported document formats (String, char[], char[] segment, Reader) into just one (Reader).
 class AbstractBufferedAttoParser
           Base abstract class for IAttoParser implementations reading the parsed document using a buffer.
 

Uses of IAttoParser in org.attoparser.markup
 

Classes in org.attoparser.markup that implement IAttoParser
 class MarkupAttoParser
           Default implementation of the IAttoParser interface, able of parsing XML and HTML markup.
 



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.