Uses of Enum
org.attoparser.config.ParseConfiguration.ElementBalancing
Packages that use ParseConfiguration.ElementBalancing
-
Uses of ParseConfiguration.ElementBalancing in org.attoparser.config
Subclasses with type arguments of type ParseConfiguration.ElementBalancing in org.attoparser.configModifier and TypeClassDescriptionstatic enumEnumeration representing the possible actions to be taken with regard to element balancing:Fields in org.attoparser.config declared as ParseConfiguration.ElementBalancingMethods in org.attoparser.config that return ParseConfiguration.ElementBalancingModifier and TypeMethodDescriptionParseConfiguration.getElementBalancing()Returns the level of element balancing required at the document being parsed, enabling auto-closing of elements if needed.Returns the enum constant of this type with the specified name.static ParseConfiguration.ElementBalancing[]ParseConfiguration.ElementBalancing.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.ElementBalancingModifier and TypeMethodDescriptionvoidParseConfiguration.setElementBalancing(ParseConfiguration.ElementBalancing elementBalancing) Specify the level of element balancing required at the document being parsed, enabling auto-closing of elements if needed.