Uses of Class
org.apache.commons.digester3.binder.NodeCreateRuleProvider
-
Packages that use NodeCreateRuleProvider Package Description 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 Modifier and Type Method Description NodeCreateRuleProviderLinkedRuleBuilder. createNode()A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.NodeCreateRuleProviderNodeCreateRuleProvider. ofType(NodeCreateRuleProvider.NodeType nodeType)NodeCreateRuleinstance will be created either a DOMElementor a DOMDocumentFragment, depending on the value of thenodeTypeparameter.NodeCreateRuleProviderNodeCreateRuleProvider. usingDocumentBuilder(javax.xml.parsers.DocumentBuilder documentBuilder)NodeCreateRuleinstance will be created a DOMElement, but lets users specify the JAXPDocumentBuilderthat should be used when constructing the node tree.
-