Package | Description |
---|---|
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
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-2013 The Apache Software Foundation. All Rights Reserved.