org.beanio.parser.xml
Class XmlGroupDefinition
java.lang.Object
   org.beanio.parser.NodeDefinition
org.beanio.parser.NodeDefinition
       org.beanio.parser.GroupDefinition
org.beanio.parser.GroupDefinition
           org.beanio.parser.xml.XmlGroupDefinition
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
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XmlGroupDefinition
public XmlGroupDefinition()
- Constructs a new XmlGroupDefinition.
 
getXmlDefinition
public XmlDefinition getXmlDefinition()
- Description copied from interface: XmlNode
- Returns the XML attributes that define this node.
 
- 
- Specified by:
- getXmlDefinitionin interface- XmlNode
 
- 
- Returns:
- the XML attribute definition
 
Copyright © 2010-2012 Kevin Seim