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

Packages that use NodeCreateRuleProvider
org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. 
 

Uses of NodeCreateRuleProvider in org.apache.commons.digester3.binder
 

Methods in org.apache.commons.digester3.binder that return NodeCreateRuleProvider
 NodeCreateRuleProvider LinkedRuleBuilder.createNode()
          A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.
 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.
 NodeCreateRuleProvider NodeCreateRuleProvider.usingDocumentBuilder(DocumentBuilder documentBuilder)
          NodeCreateRule instance will be created a DOM Element, but lets users specify the JAXP DocumentBuilder that should be used when constructing the node tree.
 



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