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

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

public class GenerateOrIterateParser
extends java.lang.Object
implements DescriptorParser

Parses a <generate> or <update> element in a Benerator descriptor file.

Created: 25.10.2009 01:05:18

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
GenerateOrIterateParser()
           
 
Method Summary
 Statement parse(org.w3c.dom.Element element, Statement[] parentPath, ResourceManager resourceManager)
           
 GenerateOrIterateStatement parseGenerate(org.w3c.dom.Element element, Statement[] parentPath, ResourceManager resourceManager, BeneratorContext context, boolean infoLog, boolean nested)
           
 boolean supports(java.lang.String elementName, java.lang.String parentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateOrIterateParser

public GenerateOrIterateParser()
Method Detail

supports

public boolean supports(java.lang.String elementName,
                        java.lang.String parentName)
Specified by:
supports in interface DescriptorParser

parse

public Statement parse(org.w3c.dom.Element element,
                       Statement[] parentPath,
                       ResourceManager resourceManager)
Specified by:
parse in interface DescriptorParser

parseGenerate

public GenerateOrIterateStatement parseGenerate(org.w3c.dom.Element element,
                                                Statement[] parentPath,
                                                ResourceManager resourceManager,
                                                BeneratorContext context,
                                                boolean infoLog,
                                                boolean nested)


Copyright © 2010. All Rights Reserved.