Uses of Class
org.apache.commons.digester3.binder.NodeCreateRuleProvider.NodeType

Packages that use NodeCreateRuleProvider.NodeType
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
static NodeCreateRuleProvider.NodeType NodeCreateRuleProvider.NodeType.valueOf(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
 NodeCreateRuleProvider NodeCreateRuleProvider.ofType(NodeCreateRuleProvider.NodeType nodeType)
          NodeCreateRule instance will be created either a DOM Element or a DOM DocumentFragment, depending on the value of the nodeType parameter.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.