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