|
This method tries to create a new Node based on a given element type and the attributes of the element. If it can not create a new Node ( because it doesn't know about the element type for example ), it returns NULL. This method has to be implemented by real NodeFactories. - Parameters:
-
| name | reference to string containing element name |
| attributes | refenrence to StringTable containing attribute values |
- Returns:
- pointer to new Node or NULL. The new Node must be allocated with new !
Implements ot::NodeFactory. |