|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.benerator.engine.parser.xml.AbstractDescriptorParser
org.databene.benerator.engine.parser.xml.PropertyParser
public class PropertyParser
Parses a <Property> element in a Benerator descriptor file.
Created: 25.10.2009 00:58:53
| Nested Class Summary | |
|---|---|
static class |
PropertyParser.SourceExpression<E>
Evaluates a 'source' expression to a Generator. |
| Field Summary |
|---|
| Fields inherited from class org.databene.benerator.engine.parser.xml.AbstractDescriptorParser |
|---|
logger |
| Constructor Summary | |
|---|---|
PropertyParser()
|
|
| Method Summary | |
|---|---|
Statement |
parse(org.w3c.dom.Element element,
Statement[] parentPath,
ResourceManager resourceManager)
|
static Expression<?> |
parseValue(org.w3c.dom.Element element,
ResourceManager resourceManager)
|
| Methods inherited from class org.databene.benerator.engine.parser.xml.AbstractDescriptorParser |
|---|
checkAttributes, containsGeneratorStatement, containsLoop, isLoop, supports |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyParser()
| Method Detail |
|---|
public Statement parse(org.w3c.dom.Element element,
Statement[] parentPath,
ResourceManager resourceManager)
public static Expression<?> parseValue(org.w3c.dom.Element element,
ResourceManager resourceManager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||