Methods in org.databene.benerator.engine.parser.xml with parameters of type BeneratorParseContext |
protected DefineDatabaseStatement |
DatabaseParser.createDatabaseStatement(org.databene.script.Expression<java.lang.String> id,
org.databene.script.Expression<java.lang.String> environment,
org.databene.script.Expression<java.lang.String> url,
org.databene.script.Expression<java.lang.String> driver,
org.databene.script.Expression<java.lang.String> user,
org.databene.script.Expression<java.lang.String> password,
org.databene.script.Expression<java.lang.String> catalog,
org.databene.script.Expression<java.lang.String> schema,
org.databene.script.Expression<java.lang.String> tableFilter,
org.databene.script.Expression<java.lang.String> includeTables,
org.databene.script.Expression<java.lang.String> excludeTables,
org.databene.script.Expression<java.lang.Boolean> metaCache,
org.databene.script.Expression<java.lang.Boolean> batch,
org.databene.script.Expression<java.lang.Integer> fetchSize,
org.databene.script.Expression<java.lang.Boolean> readOnly,
org.databene.script.Expression<java.lang.Boolean> lazy,
org.databene.script.Expression<java.lang.Boolean> acceptUnknownColumnTypes,
BeneratorParseContext context)
|
Statement |
WhileParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
WaitParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
TranscodingTaskParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext parsingContext)
|
Statement |
TranscodeParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
SetupParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
SettingParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
RunTaskStatement |
RunTaskParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
MemStoreStatement |
MemStoreParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
IncludeStatement |
IncludeParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
ImportStatement |
ImportParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
IfParser.doParse(org.w3c.dom.Element ifElement,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
GenerateOrIterateParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext pContext)
|
EvaluateStatement |
EvaluateParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
ErrorStatement |
ErrorParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
EchoStatement |
EchoParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
org.databene.benerator.engine.parser.xml.DefaultComponentParser.XMLDefaultComponentsStatement |
DefaultComponentParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
DefineDatabaseStatement |
DatabaseParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
CommentStatement |
CommentParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
Statement |
CascadeParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
BeepStatement |
BeepParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
BeanStatement |
BeanParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
abstract Statement |
AbstractBeneratorDescriptorParser.doParse(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext context)
|
GenerateOrIterateStatement |
GenerateOrIterateParser.parseGenerate(org.w3c.dom.Element element,
Statement[] parentPath,
BeneratorParseContext parsingContext,
BeneratorContext context,
boolean infoLog,
boolean nested)
|