Uses of Interface
org.attoparser.markup.IAttributeSequenceHandling

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

Subinterfaces of IAttributeSequenceHandling in org.attoparser.markup
 interface IDetailedElementHandling
           Handler feature interface to be implemented by IAttoHandler implementations that offer detailed reporting of elements (markup tags).
 

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

Uses of IAttributeSequenceHandling in org.attoparser.markup.duplicate
 

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

Uses of IAttributeSequenceHandling in org.attoparser.markup.html
 

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

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

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

Uses of IAttributeSequenceHandling in org.attoparser.markup.trace
 

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

Uses of IAttributeSequenceHandling in org.attoparser.markup.xml
 

Subinterfaces of IAttributeSequenceHandling in org.attoparser.markup.xml
 interface IDetailedXmlElementHandling
           
 

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