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

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

public class CommentParser
extends AbstractDescriptorParser

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.AbstractDescriptorParser
logger
 
Constructor Summary
CommentParser()
           
 
Method Summary
 CommentStatement 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

CommentParser

public CommentParser()
Method Detail

parse

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


Copyright © 2010. All Rights Reserved.