All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----xe.xe_ParseManager | +----xe.xe_ParseManagerAuto
Class xe_ParseManagerAuto - An xe_ParseManager Perform which uses an approach to parsing the next token different to xe_ParseManager. This approach uses the definition of each keyword in xe_Keyword to identify when the token has been parsed.
Auto-parsing in this way has turned out to be very slow - which is why this functionality has been relegated to a separate class. However, it can be reinstated simply by instantiating this class instead of xe_ParseManager for low-level parsing.
public xe_ParseManagerAuto()
public xe_Token parseNextToken(boolean InputConsumeWhitespaceFlag) throws xe_ParseException, IOException
All Packages Class Hierarchy This Package Previous Next Index