Uses of Class
org.attoparser.markup.DocumentRestrictions

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

Uses of DocumentRestrictions in org.attoparser.markup
 

Methods in org.attoparser.markup that return DocumentRestrictions
static DocumentRestrictions DocumentRestrictions.none()
           Creates a DocumentRestrictions instance enforcing no restrictions at all.
static DocumentRestrictions DocumentRestrictions.wellFormed()
           Creates a DocumentRestrictions instance enforcing the set of restrictions that check the well-formedness (from an XML/XHTML standpoint): requireBalancedElements, requireWellFormedProlog, requireUniqueRootElement, requireWellFormedAttributeValues and requireUniqueAttributesInElement.
 

Methods in org.attoparser.markup with parameters of type DocumentRestrictions
 void AbstractDetailedMarkupAttoHandler.handleDocumentEnd(long endTimeNanos, long totalTimeNanos, DocumentRestrictions documentRestrictions)
           Called when document parsing ends.
 void AbstractDetailedMarkupAttoHandler.handleDocumentStart(long startTimeNanos, DocumentRestrictions documentRestrictions)
           Called when document parsing starts.
 

Constructors in org.attoparser.markup with parameters of type DocumentRestrictions
AbstractDetailedMarkupAttoHandler(DocumentRestrictions documentRestrictions)
           
AbstractStandardMarkupAttoHandler(DocumentRestrictions documentRestrictions)
           
 

Uses of DocumentRestrictions in org.attoparser.markup.dom
 

Methods in org.attoparser.markup.dom with parameters of type DocumentRestrictions
 void DOMMarkupAttoHandler.handleDocumentEnd(long endTimeNanos, long totalTimeNanos, DocumentRestrictions documentRestrictions)
           
 void DOMMarkupAttoHandler.handleDocumentStart(long startTimeNanos, DocumentRestrictions documentRestrictions)
           
 

Uses of DocumentRestrictions in org.attoparser.markup.duplicate
 

Methods in org.attoparser.markup.duplicate with parameters of type DocumentRestrictions
 void DuplicatingDetailedMarkupAttoHandler.handleDocumentEnd(long endTimeNanos, long totalTimeNanos, DocumentRestrictions documentRestrictions)
           
 void DuplicatingDetailedMarkupAttoHandler.handleDocumentStart(long startTimeNanos, DocumentRestrictions documentRestrictions)
           
 

Constructors in org.attoparser.markup.duplicate with parameters of type DocumentRestrictions
DuplicatingDetailedMarkupAttoHandler(Writer writer, DocumentRestrictions documentRestrictions)
           
 

Uses of DocumentRestrictions in org.attoparser.markup.trace
 

Methods in org.attoparser.markup.trace with parameters of type DocumentRestrictions
 void TracingStandardMarkupAttoHandler.handleDocumentEnd(long endTimeNanos, long totalTimeNanos, DocumentRestrictions documentRestrictions)
           
 void TracingDetailedMarkupAttoHandler.handleDocumentEnd(long endTimeNanos, long totalTimeNanos, DocumentRestrictions documentRestrictions)
           
 void TracingStandardMarkupAttoHandler.handleDocumentStart(long startTimeNanos, DocumentRestrictions documentRestrictions)
           
 void TracingDetailedMarkupAttoHandler.handleDocumentStart(long startTimeNanos, DocumentRestrictions documentRestrictions)
           
 

Constructors in org.attoparser.markup.trace with parameters of type DocumentRestrictions
TracingDetailedMarkupAttoHandler(Writer writer, DocumentRestrictions documentRestrictions)
           
TracingStandardMarkupAttoHandler(Writer writer, DocumentRestrictions documentRestrictions)
           
 



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.