Class EchoParser

  • All Implemented Interfaces:
    com.rapiddweller.format.xml.XMLElementParser<Statement>

    public class EchoParser
    extends AbstractBeneratorDescriptorParser
    Parses an <echo> element in a Benerator descriptor file.

    Created: 25.10.2009 00:30:29
    Since:
    0.6.0
    Author:
    Volker Bergmann
    • Field Summary

      • Fields inherited from class com.rapiddweller.format.xml.AbstractXMLElementParser

        elementName, optionalAttributes, requiredAttributes, supportedParentTypes
    • Constructor Summary

      Constructors 
      Constructor Description
      EchoParser()
      Instantiates a new Echo parser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EchoStatement doParse​(org.w3c.dom.Element element, Statement[] parentPath, BeneratorParseContext context)
      Do parse statement.
      • Methods inherited from class com.rapiddweller.format.xml.AbstractXMLElementParser

        assertAtLeastOneAttributeIsSet, assertAttributeIsNotSet, assertAttributeIsSet, assertElementName, checkAttributes, checkAttributeSupport, checkSupportedAttributes, createSyntaxError, createSyntaxError, excludeAttributes, getOptionalAttribute, getRequiredAttribute, parent, parse, parseOptionalBoolean, parseOptionalInteger, parseOptionalLong, parseOptionalName, parseRequiredName, supports, syntaxError, syntaxWarning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait