Package jrun.jsp.parser

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
JSPParserConstants  
JSPParserTreeConstants  
Node  
Visitor  
 

Class Summary
IncludeVisitor  
JSPParser  
JSPParserBase This class serves as a base class for the Parser, the idea is to keep as much Java code out of the jjt file as possible.
JSPParserTokenManager  
JSPVisitor  
JSPWriter Prints out JSP source from the parse tree.
JSPXBuilder  
JSPXWriter Prints out JSPX source from the parse tree.
JSTVisitor  
ParseException ({pagePath}:{line}) Parse error: Encountered "{tokenText}"
SimpleNode  
TagLibraryVisitor  
Token Describes the input token stream.
User_CharStream This is a slightly altered version of the normal ASCII_CharStream.
 

Exception Summary
JSPParserBase.BadEncodingException ({pagePath}) The encoding {charset} was not valid: {rootCause}
JSPParserBase.TwoDifferentContentTypesSpecified Parse error: two different encoding's specified "{enc1}" ({page1}:{line1}) and "{enc2}" ({page2}:{line2})
WrongContentTypeException  
 

Error Summary
TokenMgrError ({line},{column}) Unable to scan the character '{errorText}' which follows '{beforeText}'
 



Copyright � 2002 Macromedia Corporation. All Rights Reserved.