All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----xm.xm_Factory | +----xm.xm_NodeFactory
Create an entity of the type suitable for the entity whose name is InputNodeName. Deprecated.
Create a node of the type suitable for the entity whose name is InputNodeName.
public xm_NodeFactory()
public static xg_Node createNode(String InputNodeName, int InputNodeType, String InputUsualClassName) throws xm_ParseException
Create a node of the type suitable for the entity whose name is InputNodeName. If this name is not registered, a node of type InputNodeType is created, where InputNodeType identifies one of the fixed XML entity types.
Non-standard nodes are added by registering with xm_NodeTypeRegistry the names to which they relate.
public static xg_Node createEntity(String InputNodeName, int InputNodeType, String InputUsualClassName) throws xm_ParseException
Create an entity of the type suitable for the entity whose name is InputNodeName. This is synonymous with createNode(), and is retained only to stop existing callers breaking.
Non-standard entities are added by registering with xm_NodeTypeRegistry the names to which they relate.
All Packages Class Hierarchy This Package Previous Next Index