Java Doc for PrologParser.java in » Parser » XP-Parser » com » jclark » xml » tok » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Parses the prolog of an XML document.
A PrologParser object represents the state of a parse
of the prolog.
It operates on the tokens returned
by Encoding.tokenizeProlog.
It does not build any data structures to represent the information
in the prolog; instead it tells the caller the action needed
for each token.
The state of the parse can be saved by using the clone
method.
version: $Revision: 1.8 $ $Date: 1998/10/30 02:25:20 $