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
Fields in org.apache.commons.digester3.binder declared as NodeCreateRuleProvider.NodeTypeModifier and TypeFieldDescriptionprivate NodeCreateRuleProvider.NodeType
NodeCreateRuleProvider.nodeType
Methods 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) NodeCreateRule
instance will be created either a DOMElement
or a DOMDocumentFragment
, depending on the value of thenodeType
parameter.