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. |