org.exolab.castor.xml.dtd.parser
public class DTDInitialParser extends Object implements DTDInitialParserConstants
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:20 $
Field Summary | |
---|---|
Token | jj_nt |
Token | token |
DTDInitialParserTokenManager | token_source |
Constructor Summary | |
---|---|
DTDInitialParser(CharStream stream) | |
DTDInitialParser(DTDInitialParserTokenManager tm) |
Method Summary | |
---|---|
void | disable_tracing() |
void | enable_tracing() |
String | EntityValue(Hashtable parameterEntities)
Parsing procedure corresponding to the Entity Value nonterminal. |
ParseException | generateParseException() |
Token | getNextToken() |
Token | getToken(int index) |
String | Input()
Main method that starts parsing process. |
void | PEdecl(Hashtable parameterEntities)
Parsing procedure corresponding to the Parameter Entity Declaration
nonterminal. |
void | ReInit(CharStream stream) |
void | ReInit(DTDInitialParserTokenManager tm) |
Returns: result of the parsing process - document with parameter entity references expaned.