|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.Parser
This class implements a parser for a JSP page (non-xml view). JSP page grammar is included here for reference. The token '#' that appears in the production indicates the current input token location in the production.
Method Summary | |
static Node.Nodes |
parse(ParserController pc,
JspReader reader,
Node parent)
The main entry for Parser |
static org.xml.sax.Attributes |
parseAttributes(ParserController pc,
JspReader reader)
Parse Attributes for a reader, provided for external use |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Node.Nodes parse(ParserController pc, JspReader reader, Node parent) throws JasperException
pc
- The ParseController, use for getting other objects in compiler
and for parsing included pagesreader
- To read the pageparent
- The parent node to this page, null for top level page
JasperException
public static org.xml.sax.Attributes parseAttributes(ParserController pc, JspReader reader) throws JasperException
JasperException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |