Uses of Class
org.attoparser.config.ParseConfiguration.UniqueRootElementPresence
-
Packages that use ParseConfiguration.UniqueRootElementPresence Package Description org.attoparser Main parser and handler artifacts: basic interfaces and implementations.org.attoparser.config Parser configuration artifacts. -
-
Uses of ParseConfiguration.UniqueRootElementPresence in org.attoparser
Fields in org.attoparser declared as ParseConfiguration.UniqueRootElementPresence Modifier and Type Field Description private ParseConfiguration.UniqueRootElementPresence
MarkupEventProcessorHandler. uniqueRootElementPresence
-
Uses of ParseConfiguration.UniqueRootElementPresence in org.attoparser.config
Fields in org.attoparser.config declared as ParseConfiguration.UniqueRootElementPresence Modifier and Type Field Description private ParseConfiguration.UniqueRootElementPresence
ParseConfiguration. uniqueRootElementPresence
Methods in org.attoparser.config that return ParseConfiguration.UniqueRootElementPresence Modifier and Type Method Description ParseConfiguration.UniqueRootElementPresence
ParseConfiguration. getUniqueRootElementPresence()
This value determines whether it will be required that the document has a unique root element.static ParseConfiguration.UniqueRootElementPresence
ParseConfiguration.UniqueRootElementPresence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParseConfiguration.UniqueRootElementPresence[]
ParseConfiguration.UniqueRootElementPresence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.attoparser.config with parameters of type ParseConfiguration.UniqueRootElementPresence Modifier and Type Method Description void
ParseConfiguration. setUniqueRootElementPresence(ParseConfiguration.UniqueRootElementPresence uniqueRootElementPresence)
This value determines whether it will be required that the document has a unique root element.
-