| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlNode
| Field Summary | |
|---|---|
| static int | XML_TYPE_ATTRIBUTEAttribute XML node type | 
| static int | XML_TYPE_ELEMENTElement XML node type | 
| static int | XML_TYPE_NONEXML type indicating no node | 
| static int | XML_TYPE_TEXTText XML node type | 
| Method Summary | |
|---|---|
|  String | getLocalName()Returns the XML local name for this node. | 
|  String | getNamespace()Returns the namespace of this node. | 
|  String | getPrefix()Returns the namespace prefix for marshaling this node, or null if the namespace should override the default namespace. | 
|  int | getType()Returns the XML node type. | 
|  boolean | isNamespaceAware()Returns true if a namespace was configured for this node, and is therefore used to unmarshal and marshal the node. | 
|  boolean | isNillable()Returns whether this node is nillable. | 
|  boolean | isRepeating()Returns whether this node may repeat in the context of its immediate parent. | 
| Field Detail | 
|---|
static final int XML_TYPE_TEXT
static final int XML_TYPE_ELEMENT
static final int XML_TYPE_ATTRIBUTE
static final int XML_TYPE_NONE
| Method Detail | 
|---|
int getType()
XML_TYPE_NONE,
   XML_TYPE_ELEMENT,
   XML_TYPE_ATTRIBUTE, or
   XML_TYPE_TEXTString getLocalName()
String getNamespace()
boolean isNamespaceAware()
String getPrefix()
boolean isNillable()
boolean isRepeating()
| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||