BeanIO 2.0.4

org.beanio.internal.config
Interface XmlTypeConstants


public interface XmlTypeConstants

XML node type constants.

Since:
1.1
Author:
Kevin Seim

Field Summary
static String XML_TYPE_ATTRIBUTE
          The XML node type for an attribute
static String XML_TYPE_ELEMENT
          The XML node type for an element
static String XML_TYPE_NONE
          The XML node type to indicate the node is not a structural part of the document
static String XML_TYPE_TEXT
          The XML node type for elemental text
 

Field Detail

XML_TYPE_NONE

static final String XML_TYPE_NONE
The XML node type to indicate the node is not a structural part of the document

See Also:
Constant Field Values

XML_TYPE_ELEMENT

static final String XML_TYPE_ELEMENT
The XML node type for an element

See Also:
Constant Field Values

XML_TYPE_ATTRIBUTE

static final String XML_TYPE_ATTRIBUTE
The XML node type for an attribute

See Also:
Constant Field Values

XML_TYPE_TEXT

static final String XML_TYPE_TEXT
The XML node type for elemental text

See Also:
Constant Field Values

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim