| Interface | Description |
|---|---|
| XAppender |
A callback interface to append to a stream.
|
| XNAppender |
A callback interface to append to a stream and return the number of characters appended.
|
| XNSerializable |
Common interface to denote objects which can be serialized and deserialized into XElements.
|
| XSerializable |
Common interface to denote objects which can be serialized and deserialized into XElements.
|
| Class | Description |
|---|---|
| XElement |
A simplified XML element model.
|
| XElementBase |
The base interface for XElement and XNElement's common methods.
|
| XNElement |
A simplified XML element model with namespace support.
|
| XNElement.XAttributeName |
The namespace:name record.
|
| XNElement.XRepresentationRecord |
The representation record.
|
| XNSerializables |
Utility classes to handle XNSerializable object creation and conversion.
|
| XSerializables |
Utility classes to handle XSerializable object creation and conversion.
|
| Enum | Description |
|---|---|
| XNElement.XRepresentationState |
The representation state.
|