public class RuleLanguageParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static FtScript |
scriptParser |
| Constructor and Description |
|---|
RuleLanguageParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRulesFromParser(RuleLanguageParser aParser)
adds the rules and name-space declarations from another parser, e.g. a child parser of imported scripts, to this parser
|
Map<String,Set<IRule>> |
getElementMappingRules() |
List<FunctionCall> |
getFunctionCalls() |
List<String> |
getImportedScripts() |
Map<String,String> |
getNamespaceDeclarations() |
List<Map<String,String>> |
getPreprocessings() |
String |
getScriptName() |
ASTMyScript.SCRIPTTYPE |
getScriptType() |
Map<String,IRule> |
getTemplateMappingRules() |
Map<String,IRule> |
getVariableMappingRules() |
protected RuleLanguageVisitor |
getVisitor() |
String |
getXslStylesheet() |
boolean |
isXslStylesheet() |
void |
parse(InputStream inStream) |
void |
parse(Reader inRead) |
void |
setXslStylesheet(String xslStylesheet) |
protected static FtScript scriptParser
public void parse(InputStream inStream)
public void parse(Reader inRead)
public String getScriptName()
public ASTMyScript.SCRIPTTYPE getScriptType()
public List<FunctionCall> getFunctionCalls()
public String getXslStylesheet()
public void setXslStylesheet(String xslStylesheet)
public boolean isXslStylesheet()
public void addRulesFromParser(RuleLanguageParser aParser)
aParser - protected RuleLanguageVisitor getVisitor()
Copyright © 2025. All rights reserved.