fr.umlv.tatoo.runtime.ast
Interface XMLNodeFactory.AbstractNodeFactory

Enclosing class:
XMLNodeFactory

protected static interface XMLNodeFactory.AbstractNodeFactory

Part of factory that knows how to create an empty no of a specific XML element name.

Author:
Remi

Method Summary
 Node createEmptyNode()
          Creates an empty node corresponding to the XML element name.
 String getName()
          Returns the XML element name of a node.
 

Method Detail

getName

String getName()
Returns the XML element name of a node.

Returns:
the XML element name of a node.
See Also:
Node.getName()

createEmptyNode

Node createEmptyNode()
Creates an empty node corresponding to the XML element name.

Returns:
an empty node, i.e. no children, no attribute.
See Also:
getName()