Interface | Description |
---|---|
Attribute |
An attribute of a xml element.
|
ElementEnd |
An xml item describing the end of a xml element.
|
ElementStart |
An xml item describing the start of a xml element.
|
TextContent |
A xml item describing the text content of a xml element.
|
XmlItem |
Top-level interface for xml items returned during xml low level deserialization.
|
Class | Description |
---|---|
AttributeImpl |
Implementation of
Attribute . |
ElementEndImpl |
Implementation of
ElementEnd . |
ElementStartImpl |
Implementation of
ElementStart . |
TextContentImpl |
Implementation of
TextContent . |
Enum | Description |
---|---|
XmlItemType |
The type of a
XmlItem . |
Copyright © 2014. All rights reserved.