Uses of Class
org.apache.commons.digester3.binder.NodeCreateRuleProvider.NodeType
-
Packages that use NodeCreateRuleProvider.NodeType Package Description org.apache.commons.digester3.binder 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.NodeType Modifier and Type Field Description private NodeCreateRuleProvider.NodeType
NodeCreateRuleProvider. nodeType
Methods in org.apache.commons.digester3.binder that return NodeCreateRuleProvider.NodeType Modifier and Type Method Description static NodeCreateRuleProvider.NodeType
NodeCreateRuleProvider.NodeType. valueOf(java.lang.String name)
Returns 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.NodeType Modifier and Type Method Description NodeCreateRuleProvider
NodeCreateRuleProvider. ofType(NodeCreateRuleProvider.NodeType nodeType)
NodeCreateRule
instance will be created either a DOMElement
or a DOMDocumentFragment
, depending on the value of thenodeType
parameter.
-