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

java.lang.Object
  extended by org.databene.webdecs.xml.AbstractXMLElementParser<Statement>
      extended by org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
          extended by org.databene.benerator.engine.parser.xml.CommentParser
All Implemented Interfaces:
org.databene.webdecs.xml.XMLElementParser<Statement>

public class CommentParser
extends AbstractBeneratorDescriptorParser

Parses a <comment> element in a Benerator descriptor file.

Created: 25.10.2009 00:27:00

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
 
Fields inherited from class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
logger
 
Fields inherited from class org.databene.webdecs.xml.AbstractXMLElementParser
elementName, supportedParentTypes
 
Constructor Summary
CommentParser()
           
 
Method Summary
 CommentStatement parse(org.w3c.dom.Element element, Statement[] parentPath, BeneratorParseContext context)
           
 
Methods inherited from class org.databene.benerator.engine.parser.xml.AbstractBeneratorDescriptorParser
containsGeneratorStatement, containsLoop, isLoop, parse, parseOnErrorAttribute, parsePageSize
 
Methods inherited from class org.databene.webdecs.xml.AbstractXMLElementParser
assertElementName, checkAttributes, getOptionalAttribute, getRequiredAttribute, parent, parseOptionalName, parseRequiredName, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentParser

public CommentParser()
Method Detail

parse

public CommentStatement parse(org.w3c.dom.Element element,
                              Statement[] parentPath,
                              BeneratorParseContext context)
Specified by:
parse in class AbstractBeneratorDescriptorParser


Copyright © 2011. All Rights Reserved.