Uses of Interface
org.attoparser.markup.IDetailedElementHandling

Packages that use IDetailedElementHandling
org.attoparser.markup   
org.attoparser.markup.dom   
org.attoparser.markup.duplicate   
org.attoparser.markup.trace   
 

Uses of IDetailedElementHandling in org.attoparser.markup
 

Classes in org.attoparser.markup that implement IDetailedElementHandling
 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 IDetailedElementHandling
static void ElementMarkupParsingUtil.parseDetailedCloseElement(char[] buffer, int offset, int len, int line, int col, IDetailedElementHandling handler)
           
static void ElementMarkupParsingUtil.parseDetailedOpenElement(char[] buffer, int offset, int len, int line, int col, IDetailedElementHandling handler)
           
static void ElementMarkupParsingUtil.parseDetailedStandaloneElement(char[] buffer, int offset, int len, int line, int col, IDetailedElementHandling handler)
           
static boolean ElementMarkupParsingUtil.tryParseDetailedCloseElement(char[] buffer, int offset, int len, int line, int col, IDetailedElementHandling handler)
           
static boolean ElementMarkupParsingUtil.tryParseDetailedOpenElement(char[] buffer, int offset, int len, int line, int col, IDetailedElementHandling handler)
           
static boolean ElementMarkupParsingUtil.tryParseDetailedStandaloneElement(char[] buffer, int offset, int len, int line, int col, IDetailedElementHandling handler)
           
 

Uses of IDetailedElementHandling in org.attoparser.markup.dom
 

Classes in org.attoparser.markup.dom that implement IDetailedElementHandling
 class DOMMarkupAttoHandler
           Implementation of IAttoHandler that builds an attoDOM tree, with objects from package org.attoparser.markup.dom.
 

Uses of IDetailedElementHandling in org.attoparser.markup.duplicate
 

Classes in org.attoparser.markup.duplicate that implement IDetailedElementHandling
 class DuplicatingDetailedMarkupAttoHandler
           
 

Uses of IDetailedElementHandling in org.attoparser.markup.trace
 

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



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.