All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----xm.xm_Factory | +----xm.xm_NodeFactory | +----xe.xe_ParserFactory
Create a parser of the type suitable for parsing an entity whose type is 'InputNodeName'.
public xe_ParserFactory()
public static xe_Parser createParser(String InputNodeName, int InputNodeType) throws xm_ParseException
Create a parser of the type suitable for parsing an entity whose type is 'InputNodeName'. If no parser is registered for InputNodeName, then a parser suitable for InputNodeType is created. This dual-level scheme allows special parsers to be added, while still creating parsers of the correct standard type the rest of the time.
Non-standard parsers can be added by registering them with xm_NodeTypeRegistry.
All Packages Class Hierarchy This Package Previous Next Index