BeanIO 1.2.3

org.beanio.parser.xml
Interface XmlNode

All Known Implementing Classes:
XmlBeanDefinition, XmlFieldDefinition, XmlGroupDefinition

public interface XmlNode

This interface is implemented by NodeDefinition subclasses for XML formatted streams to expose common XML node settings that can be set at the record, group or field level.

Since:
1.1
Author:
Kevin Seim
See Also:
NodeDefinition

Method Summary
 XmlDefinition getXmlDefinition()
          Returns the XML attributes that define this node.
 

Method Detail

getXmlDefinition

XmlDefinition getXmlDefinition()
Returns the XML attributes that define this node.

Returns:
the XML attribute definition

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim