Uses of Class
org.attoparser.markup.MarkupParsingConfiguration.UniqueRootElementPresence

Packages that use MarkupParsingConfiguration.UniqueRootElementPresence
org.attoparser.markup   
org.attoparser.markup.html   
 

Uses of MarkupParsingConfiguration.UniqueRootElementPresence in org.attoparser.markup
 

Methods in org.attoparser.markup that return MarkupParsingConfiguration.UniqueRootElementPresence
 MarkupParsingConfiguration.UniqueRootElementPresence MarkupParsingConfiguration.getUniqueRootElementPresence()
           This value determines whether it will be required that the document has a unique root element.
static MarkupParsingConfiguration.UniqueRootElementPresence MarkupParsingConfiguration.UniqueRootElementPresence.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarkupParsingConfiguration.UniqueRootElementPresence[] MarkupParsingConfiguration.UniqueRootElementPresence.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.attoparser.markup with parameters of type MarkupParsingConfiguration.UniqueRootElementPresence
 void MarkupParsingConfiguration.setUniqueRootElementPresence(MarkupParsingConfiguration.UniqueRootElementPresence uniqueRootElementPresence)
           
 

Uses of MarkupParsingConfiguration.UniqueRootElementPresence in org.attoparser.markup.html
 

Methods in org.attoparser.markup.html that return MarkupParsingConfiguration.UniqueRootElementPresence
 MarkupParsingConfiguration.UniqueRootElementPresence HtmlParsingConfiguration.getUniqueRootElementPresence()
           This value determines whether it will be required that the document has a unique root element.
 

Methods in org.attoparser.markup.html with parameters of type MarkupParsingConfiguration.UniqueRootElementPresence
 void HtmlParsingConfiguration.setUniqueRootElementPresence(MarkupParsingConfiguration.UniqueRootElementPresence uniqueRootElementPresence)
           
 



Copyright © 2012 The ATTOPARSER team. All Rights Reserved.