|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.webdecs.xml.AbstractXMLElementParser<Statement>
org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
org.databene.benerator.engine.parser.xml.IfParser
public class IfParser
Parses an <if> element.
Created: 19.02.2010 09:07:51
Field Summary |
---|
Fields inherited from class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser |
---|
logger |
Fields inherited from class org.databene.webdecs.xml.AbstractXMLElementParser |
---|
elementName, optionalAttributes, requiredAttributes, supportedParentTypes |
Constructor Summary | |
---|---|
IfParser()
|
Method Summary | |
---|---|
Statement |
doParse(org.w3c.dom.Element ifElement,
Statement[] parentPath,
BeneratorParseContext context)
|
Methods inherited from class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser |
---|
containsGeneratorStatement, containsLoop, doParse, isLoop, parseOnErrorAttribute, parsePageSize |
Methods inherited from class org.databene.webdecs.xml.AbstractXMLElementParser |
---|
assertAtLeastOneAttributeIsSet, assertAttributeIsNotSet, assertAttributeIsSet, assertElementName, checkAttributes, checkAttributeSupport, checkSupportedAttributes, createSyntaxError, createSyntaxError, excludeAttributes, getOptionalAttribute, getRequiredAttribute, parent, parse, parseOptionalBoolean, parseOptionalInteger, parseOptionalLong, parseOptionalName, parseRequiredName, supports, syntaxError, syntaxWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IfParser()
Method Detail |
---|
public Statement doParse(org.w3c.dom.Element ifElement, Statement[] parentPath, BeneratorParseContext context)
doParse
in class AbstractBeneratorDescriptorParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |