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
Methods in org.apache.commons.digester3.binder that return NodeCreateRuleProvider.NodeType Modifier and Type Method Description static NodeCreateRuleProvider.NodeTypeNodeCreateRuleProvider.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 NodeCreateRuleProviderNodeCreateRuleProvider. ofType(NodeCreateRuleProvider.NodeType nodeType)NodeCreateRuleinstance will be created either a DOMElementor a DOMDocumentFragment, depending on the value of thenodeTypeparameter.
-