Package | Description |
---|---|
net.sourceforge.pmd.lang.jsp.ast |
Modifier and Type | Class and Description |
---|---|
class |
StartAndEndTagMismatchException |
class |
SyntaxErrorException
Exception indicating that a syntactic error has been found.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
JspParser.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
void |
JspParser.Attribute() |
void |
JspParser.AttributeValue()
The value of an attribute of an element.
|
void |
JspParser.CData() |
void |
JspParser.CommentTag() |
ASTCompilationUnit |
JspParser.CompilationUnit()
The root of the AST of a JSP.
|
void |
JspParser.Content()
Everything between a start-tag and the corresponding end-tag of an element (if an end tag exists).
|
void |
JspParser.ContentElement()
A single (non-text) element that can occur between a start-tag and end-tag of an element.
|
void |
JspParser.Declaration() |
void |
JspParser.DoctypeDeclaration() |
void |
JspParser.DoctypeExternalId() |
void |
JspParser.Element()
A XML element, either with a single empty tag, or with a starting and closing tag
with optional contained content.
|
String |
JspParser.ElExpression()
An EL expression, not within an attribute value.
|
String |
JspParser.ElExpressionInAttribute() |
void |
JspParser.HtmlScript() |
void |
JspParser.JspComment() |
void |
JspParser.JspDeclaration() |
void |
JspParser.JspDirective() |
void |
JspParser.JspDirectiveAttribute() |
void |
JspParser.JspExpression() |
String |
JspParser.JspExpressionInAttribute() |
void |
JspParser.JspScriptlet() |
void |
JspParser.Prolog()
The optional prolog of a JSP, including (xml) declarations and DTD.
|
String |
JspParser.QuoteIndependentAttributeValueContent()
Partial content of an attribute value that can contain all quotes.
|
void |
JspParser.Text()
This production groups all characters between two tags, where
tag is an xml-tag "<...>" or a jsp-page-tag "<%...%>" or CDATA "".
|
String |
JspParser.UnparsedText() |
String |
JspParser.UnparsedTextNoDoubleQuotes()
Text that contains no double quotes, and that does not contain the start
of a EL expression or value binding.
|
String |
JspParser.UnparsedTextNoSingleQuotes()
Text that contains no single quotes, and that does not contain the start
of a EL expression or value binding.
|
String |
JspParser.UnparsedTextNoWhitespace() |
String |
JspParser.ValueBindingInAttribute() |
Copyright © 2002–2015 InfoEther. All rights reserved.