BeanIO 1.2.3

org.beanio.parser.xml
Class XmlGroupDefinition

java.lang.Object
  extended by org.beanio.parser.NodeDefinition
      extended by org.beanio.parser.GroupDefinition
          extended by org.beanio.parser.xml.XmlGroupDefinition
All Implemented Interfaces:
XmlNode

public class XmlGroupDefinition
extends GroupDefinition
implements XmlNode

Group definition implementation for XML formatted streams.

Since:
1.1
Author:
Kevin Seim

Constructor Summary
XmlGroupDefinition()
          Constructs a new XmlGroupDefinition.
 
Method Summary
 XmlDefinition getXmlDefinition()
          Returns the XML attributes that define this node.
 
Methods inherited from class org.beanio.parser.GroupDefinition
addChild, findDefinitionFor, getChildren, getRecordDefinitionAncestors, isRecordDefinition, setChildren
 
Methods inherited from class org.beanio.parser.NodeDefinition
getMaxOccurs, getMinOccurs, getName, getOrder, setMaxOccurs, setMinOccurs, setName, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlGroupDefinition

public XmlGroupDefinition()
Constructs a new XmlGroupDefinition.

Method Detail

getXmlDefinition

public XmlDefinition getXmlDefinition()
Description copied from interface: XmlNode
Returns the XML attributes that define this node.

Specified by:
getXmlDefinition in interface XmlNode
Returns:
the XML attribute definition

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim