BeanIO 1.2.3

org.beanio.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 1.2.3

Copyright © 2010-2012 Kevin Seim