Uses of Enum Class
org.attoparser.config.ParseConfiguration.UniqueRootElementPresence
Packages that use ParseConfiguration.UniqueRootElementPresence
Package
Description
Main parser and handler artifacts: basic interfaces and implementations.
Parser configuration artifacts.
-
Uses of ParseConfiguration.UniqueRootElementPresence in org.attoparser
Fields in org.attoparser declared as ParseConfiguration.UniqueRootElementPresence -
Uses of ParseConfiguration.UniqueRootElementPresence in org.attoparser.config
Fields in org.attoparser.config declared as ParseConfiguration.UniqueRootElementPresenceMethods in org.attoparser.config that return ParseConfiguration.UniqueRootElementPresenceModifier and TypeMethodDescriptionParseConfiguration.getUniqueRootElementPresence()
This value determines whether it will be required that the document has a unique root element.Returns the enum constant of this class with the specified name.ParseConfiguration.UniqueRootElementPresence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.attoparser.config with parameters of type ParseConfiguration.UniqueRootElementPresenceModifier and TypeMethodDescriptionvoid
ParseConfiguration.setUniqueRootElementPresence
(ParseConfiguration.UniqueRootElementPresence uniqueRootElementPresence) This value determines whether it will be required that the document has a unique root element.