org.databene.benerator.engine.parser.xml
Class BeanParser

java.lang.Object
  extended by org.databene.benerator.engine.parser.xml.AbstractDescriptorParser
      extended by org.databene.benerator.engine.parser.xml.BeanParser
All Implemented Interfaces:
DescriptorParser

public class BeanParser
extends AbstractDescriptorParser

Parses a <bean> element.

Created: 25.10.2009 01:09:59

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
BeanParser()
           
 
Method Summary
static Assignment[] mapPropertyDefinitions(org.w3c.dom.Element[] propertyElements, ResourceManager resourceManager)
           
 BeanStatement parse(org.w3c.dom.Element element, Statement[] parentPath, ResourceManager resourceManager)
           
static Expression<?> parseBeanExpression(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

BeanParser

public BeanParser()
Method Detail

parse

public BeanStatement parse(org.w3c.dom.Element element,
                           Statement[] parentPath,
                           ResourceManager resourceManager)

parseBeanExpression

public static Expression<?> parseBeanExpression(org.w3c.dom.Element element,
                                                ResourceManager resourceManager)

mapPropertyDefinitions

public static Assignment[] mapPropertyDefinitions(org.w3c.dom.Element[] propertyElements,
                                                  ResourceManager resourceManager)


Copyright © 2010. All Rights Reserved.