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.UniqueRootElementPresenceMarkupEventProcessorHandler. 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.UniqueRootElementPresenceParseConfiguration. uniqueRootElementPresenceMethods in org.attoparser.config that return ParseConfiguration.UniqueRootElementPresence Modifier and Type Method Description ParseConfiguration.UniqueRootElementPresenceParseConfiguration. getUniqueRootElementPresence()This value determines whether it will be required that the document has a unique root element.static ParseConfiguration.UniqueRootElementPresenceParseConfiguration.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 voidParseConfiguration. setUniqueRootElementPresence(ParseConfiguration.UniqueRootElementPresence uniqueRootElementPresence)This value determines whether it will be required that the document has a unique root element.
-