Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
This patch adds a new createNode() method to XmlParser to allow subclasses to customize the creation of new Nodes. This allows subclasses to store additional information in the node tree in a way that does not impact the memory footprint of the base implementation.
Attachments
Attachments
Issue Links
- is related to
-
GROOVY-2414 Extend XmlParser and Node to allow subclassing, permitting additional capabilities to reuse basic functionality
- Closed
-
GROOVY-2415 Add 1 argument constructor to groovy.util.Node, and corresponding groovy.util.XmlParser appendNode('someElementName') method
- Closed