Uses of Interface
org.attoparser.IAttoHandler

Packages that use IAttoHandler
org.attoparser   
org.attoparser.markup   
org.attoparser.markup.duplicate   
org.attoparser.markup.html   
org.attoparser.markup.html.trace   
org.attoparser.markup.trace   
org.attoparser.markup.xml   
 

Uses of IAttoHandler in org.attoparser
 

Classes in org.attoparser that implement IAttoHandler
 class AbstractAttoHandler
           Base abstract class for IAttoHandler implementations, providing timing.
 

Methods in org.attoparser with parameters of type IAttoHandler
 void IAttoParser.parse(char[] document, IAttoHandler handler)
           Parse a document using the specified IAttoHandler.
 void AbstractAttoParser.parse(char[] document, IAttoHandler handler)
           
 void IAttoParser.parse(char[] document, int offset, int len, IAttoHandler handler)
           Parse a document using the specified IAttoHandler.
 void AbstractAttoParser.parse(char[] document, int offset, int len, IAttoHandler handler)
           
 void IAttoParser.parse(Reader reader, IAttoHandler handler)
           Parse a document using the specified IAttoHandler.
 void AbstractAttoParser.parse(Reader reader, IAttoHandler handler)
           
 void IAttoParser.parse(String document, IAttoHandler handler)
           Parse a document using the specified IAttoHandler.
 void AbstractAttoParser.parse(String document, IAttoHandler handler)
           
protected abstract  AbstractBufferedAttoParser.BufferParseResult AbstractBufferedAttoParser.parseBuffer(char[] buffer, int offset, int len, IAttoHandler handler, int line, int col)
           Parse a buffer segment and return a AbstractBufferedAttoParser.BufferParseResult reporting the results of this parsing.
protected  void AbstractBufferedAttoParser.parseDocument(Reader reader, IAttoHandler handler)
           
protected abstract  void AbstractAttoParser.parseDocument(Reader reader, IAttoHandler handler)
           Parse the document, as a Reader.
 

Uses of IAttoHandler in org.attoparser.markup
 

Classes in org.attoparser.markup that implement IAttoHandler
 class AbstractBasicMarkupAttoHandler
           Base abstract implementations for markup-specialized attohandlers that need differentiation among the different types of markup structures.
 class AbstractDetailedMarkupAttoHandler
           Base abstract implementations for markup-specialized attohandlers that not only differentiate among the different types of markup structures (as its superclass AbstractBasicMarkupAttoHandler does), but also divide both elements (tags) and DOCTYPE clauses into its components, lauching different events for them.
 class AbstractStandardMarkupAttoHandler
           Base abstract implementations for markup-specialized attohandlers that offer an event handling interface similar to that of the standard SAX ContentHandler.
 

Methods in org.attoparser.markup with parameters of type IAttoHandler
protected  AbstractBufferedAttoParser.BufferParseResult MarkupAttoParser.parseBuffer(char[] buffer, int offset, int len, IAttoHandler handler, int line, int col)
           
 

Uses of IAttoHandler in org.attoparser.markup.duplicate
 

Classes in org.attoparser.markup.duplicate that implement IAttoHandler
 class DuplicatingBasicMarkupAttoHandler
           
 class DuplicatingDetailedMarkupAttoHandler
           
 

Uses of IAttoHandler in org.attoparser.markup.html
 

Classes in org.attoparser.markup.html that implement IAttoHandler
 class AbstractDetailedNonValidatingHtmlAttoHandler
           
 class AbstractStandardNonValidatingHtmlAttoHandler
           
 

Uses of IAttoHandler in org.attoparser.markup.html.trace
 

Classes in org.attoparser.markup.html.trace that implement IAttoHandler
 class HtmlCodeDisplayAttoHandler
           
 class TracingDetailedHtmlAttoHandler
           
 

Uses of IAttoHandler in org.attoparser.markup.trace
 

Classes in org.attoparser.markup.trace that implement IAttoHandler
 class TracingBasicMarkupAttoHandler
           
 class TracingDetailedMarkupAttoHandler
           
 class TracingStandardMarkupAttoHandler
           
 

Uses of IAttoHandler in org.attoparser.markup.xml
 

Classes in org.attoparser.markup.xml that implement IAttoHandler
 class AbstractDetailedXmlAttoHandler
           
 class AbstractStandardXmlAttoHandler
           
 class DOMXmlAttoHandler
           Implementation of IAttoHandler that considers input as XML code and builds an attoDOM tree with objects from package org.attoparser.markup.dom.
 



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.