XDLSReader Class |
Namespace: Spire.Doc.Documents.XML
The XDLSReader type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
XDLSReader |
Initializes a new instance of the
XDLSReader
class.
|
| Name | Description | |
|---|---|---|
|
|
AttributeReader |
Gets the attribute reader.
|
|
|
InnerReader |
Gets the inner reader.
|
|
|
NodeType |
Gets the type of the node.
|
|
|
TagName |
Gets the name of the tag.
|
| Name | Description | |
|---|---|---|
|
|
Deserialize |
Deserializes the specified value.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetAttributeValue |
Gets the attribute value.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
HasAttribute |
Determines whether the current node has attribute with specified name.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ParseElementType |
Parses the type of the element.
|
|
|
ReadBoolean |
Reads the boolean.
|
|
|
ReadByte |
Reads the byte.
|
|
|
ReadChildBinaryElement |
Reads binary value.
|
|
|
ReadChildElement(Object) |
Reads the child element.
|
|
|
ReadChildElement(Type) |
Reads the child element.
|
|
|
ReadChildStringContent |
Reads the content of the child string.
|
|
|
ReadColor |
Reads color from XML.
|
|
|
ReadDateTime |
Reads datetime from XML.
|
|
|
ReadDouble |
Reads the double.
|
|
|
ReadEnum |
Reads the enum.
|
|
|
ReadFloat |
Reads the float.
|
|
|
ReadInt |
Reads the int.
|
|
|
ReadShort |
Reads the short.
|
|
|
ReadString |
Reads the string.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|