Uses of Enum
org.apache.commons.digester3.binder.NodeCreateRuleProvider.NodeType
Packages that use NodeCreateRuleProvider.NodeType
Package
Description
The Digester EDSL allows configure Digester using fluent APIs.
-
Uses of NodeCreateRuleProvider.NodeType in org.apache.commons.digester3.binder
Subclasses with type arguments of type NodeCreateRuleProvider.NodeType in org.apache.commons.digester3.binderModifier and TypeClassDescriptionstatic enumEnumeration that wraps admittedNodenode constants.Fields in org.apache.commons.digester3.binder declared as NodeCreateRuleProvider.NodeTypeModifier and TypeFieldDescriptionprivate NodeCreateRuleProvider.NodeTypeNodeCreateRuleProvider.nodeTypeMethods in org.apache.commons.digester3.binder that return NodeCreateRuleProvider.NodeTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static NodeCreateRuleProvider.NodeType[]NodeCreateRuleProvider.NodeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.digester3.binder with parameters of type NodeCreateRuleProvider.NodeTypeModifier and TypeMethodDescriptionNodeCreateRuleProvider.ofType(NodeCreateRuleProvider.NodeType nodeType) NodeCreateRuleinstance will be created either a DOMElementor a DOMDocumentFragment, depending on the value of thenodeTypeparameter.