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

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

public class WaitParser
extends AbstractDescriptorParser

Parses a 'wait' element.

Created: 21.02.2010 08:07:59

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.engine.parser.xml.AbstractDescriptorParser
logger
 
Constructor Summary
WaitParser()
           
 
Method Summary
 Statement parse(org.w3c.dom.Element element, Statement[] parentPath, 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

WaitParser

public WaitParser()
Method Detail

parse

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


Copyright © 2010. All Rights Reserved.