Package | Description |
---|---|
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private ParserController |
JspDocumentParser.parserController |
private ParserController |
Parser.parserController |
private ParserController |
TagLibraryInfoImpl.parserController |
private ParserController |
ImplicitTagLibraryInfo.pc |
Modifier and Type | Method and Description |
---|---|
static Node.Nodes |
JspDocumentParser.parse(ParserController pc,
java.lang.String path,
java.util.jar.JarFile jarFile,
Node parent,
boolean isTagFile,
boolean directivesOnly,
java.lang.String pageEnc,
java.lang.String jspConfigPageEnc,
boolean isEncodingSpecifiedInProlog) |
static Node.Nodes |
Parser.parse(ParserController pc,
java.lang.String path,
JspReader reader,
Node parent,
boolean isTagFile,
boolean directivesOnly,
java.net.URL jarFileUrl,
java.lang.String pageEnc,
java.lang.String jspConfigPageEnc,
boolean isDefaultPageEncoding,
boolean hasBom)
The main entry for Parser
|
static org.xml.sax.Attributes |
Parser.parseAttributes(ParserController pc,
JspReader reader)
Parse Attributes for a reader, provided for external use
|
static javax.servlet.jsp.tagext.TagInfo |
TagFileProcessor.parseTagFileDirectives(ParserController pc,
java.lang.String name,
java.lang.String path,
javax.servlet.jsp.tagext.TagLibraryInfo tagLibInfo)
Parses the tag file, and collects information on the directives included
in it.
|
Constructor and Description |
---|
ImplicitTagLibraryInfo(JspCompilationContext ctxt,
ParserController pc,
java.lang.String prefix,
java.lang.String tagdir,
ErrorDispatcher err)
Constructor.
|
JspDocumentParser(ParserController pc,
java.lang.String path,
boolean isTagFile,
boolean directivesOnly) |
Parser(ParserController pc,
JspReader reader,
boolean isTagFile,
boolean directivesOnly,
java.net.URL jarFileUrl,
boolean hasBom)
The constructor
|
TagLibraryInfoImpl(JspCompilationContext ctxt,
ParserController pc,
java.lang.String prefix,
java.lang.String uriIn,
java.lang.String[] location,
ErrorDispatcher err)
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
|