| java.lang.Object isql.SimpleParser
SimpleParser | public class SimpleParser (Code) | | this program will do a simple parse of attributes and elements
within an XML file using a ParseModel supplied by user. The
ParseModel will have the actions to be taken upon encountering an
element or attribute.
author: $Author: rahul_kumar $ author: $Id: SimpleParser.java,v 1.2 2004/01/01 06:59:04 rahul_kumar Exp $ |
_handler | SimpleHandler _handler(Code) | | |
SimpleParser | public SimpleParser()(Code) | | constructor that creates the parser
|
createDefaultParseModel | public static ParseModel createDefaultParseModel()(Code) | | a sample parse model implementation
|
createDefaultParseModel2 | public static ParseModel createDefaultParseModel2()(Code) | | |
|
|