Modifier and Type | Method and Description |
---|---|
Node |
Parser.parse(String fileName,
Reader source)
Parse source code and return the root node of the AST.
|
Modifier and Type | Method and Description |
---|---|
Node |
CppParser.parse(String fileName,
Reader source) |
Modifier and Type | Method and Description |
---|---|
Node |
Ecmascript3Parser.parse(String fileName,
Reader source) |
Modifier and Type | Method and Description |
---|---|
protected org.mozilla.javascript.ast.AstRoot |
EcmascriptParser.parseEcmascript(String sourceCode,
List<org.mozilla.javascript.ast.ParseProblem> parseProblems) |
Modifier and Type | Method and Description |
---|---|
Node |
JspParser.parse(String fileName,
Reader source) |
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 |
---|---|
protected PLSQLParser |
PLSQLParser.createPLSQLParser(Reader source)
Subclass should override this method to modify the PLSQLParser as needed.
|
Node |
PLSQLParser.parse(String fileName,
Reader source) |
Modifier and Type | Method and Description |
---|---|
Node |
VmParser.parse(String fileName,
Reader source) |
Modifier and Type | Class and Description |
---|---|
class |
MacroParseException
Exception to indicate problem happened while constructing #macro()
For internal use in parser - not to be passed to app level
|
class |
ParseException
This exception is thrown when parse errors are encountered.
|
class |
TemplateParseException
This is an extension of the ParseException, which also takes a template name.
|
Modifier and Type | Method and Description |
---|---|
Node |
XmlParser.parse(String fileName,
Reader source) |
Modifier and Type | Method and Description |
---|---|
protected Document |
XmlParser.parseDocument(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
ViewerModel.evaluateXPathExpression(String xPath,
Object evaluator)
evaluates the given XPath expression against the current tree
|
Copyright © 2002–2014 InfoEther. All rights reserved.