Uses of Enum
org.attoparser.config.ParseConfiguration.UniqueRootElementPresence
Packages that use ParseConfiguration.UniqueRootElementPresence
-
Uses of ParseConfiguration.UniqueRootElementPresence in org.attoparser.config
Subclasses with type arguments of type ParseConfiguration.UniqueRootElementPresence in org.attoparser.configModifier and TypeClassDescriptionstatic enumEnumeration used for determining the behaviour the parser should have with respect to the presence and number of root elements in the parsed document.Methods 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 type with the specified name.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.UniqueRootElementPresenceModifier and TypeMethodDescriptionvoidParseConfiguration.setUniqueRootElementPresence(ParseConfiguration.UniqueRootElementPresence uniqueRootElementPresence) This value determines whether it will be required that the document has a unique root element.