Uses of Interface
org.attoparser.markup.ICommentHandling

Packages that use ICommentHandling
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 ICommentHandling in org.attoparser.markup
 

Classes in org.attoparser.markup that implement ICommentHandling
 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 ICommentHandling
static void CommentMarkupParsingUtil.parseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandling handler)
           
static boolean CommentMarkupParsingUtil.tryParseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandling handler)
           
 

Uses of ICommentHandling in org.attoparser.markup.duplicate
 

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

Uses of ICommentHandling in org.attoparser.markup.html
 

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

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

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

Uses of ICommentHandling in org.attoparser.markup.trace
 

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

Uses of ICommentHandling in org.attoparser.markup.xml
 

Classes in org.attoparser.markup.xml that implement ICommentHandling
 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.