Provides access to members that control the sequential reading of XML.
Members
Name | Description | |
---|---|---|
Attributes | Attributes of current element. | |
CloseElement | Moves position to parent element. | |
HasElementChildren | Indicates whether the current element has child elements. | |
IsLastChild | Indicates whether the current element is the last child element of its parent. | |
LocalName | Local name of current element. | |
LookupPrefix | Obtains the prefix for a declared URI. | |
NamespaceDeclarations | Namespace declarations of current element. | |
NamespacePrefix | Namespace prefix of current element. | |
NamespaceURI | Namespace URI of current element. | |
NextElement | Moves position to next element. | |
OpenElement | Moves position to first child element. | |
ReadBinary | Reads the current element value as a binary array. | |
ReadBoolean | Reads the current element value as a boolean. | |
ReadByte | Reads the current element value as a byte. | |
ReadDate | Reads the current element value as a date. | |
ReadDouble | Reads the current element value as a double. | |
ReadFloat | Reads the current element value as a float. | |
ReadFrom | Specifies the input XML stream. | |
ReadInt64 | Reads the current element value as an int64. | |
ReadInteger | Reads the current element value as a long. | |
ReadShort | Reads the current element value as a short. | |
ReadVariant | Reads the current element value as a variant. | |
Text | Text value of current element. | |
XML | XML representation of the current element. |
IXMLReader2.ReadInt64 Method
Reads the current element value as an int64.
Public Function ReadInt64 ( _
) As Long
public long ReadInt64 (
);
IXMLReader2.XML Property
XML representation of the current element.
Public ReadOnly Property XML As String
public string XML {get;}
Inherited Interfaces
Interfaces | Description |
---|---|
IXMLReader | Provides access to members that control the sequential reading of XML. |
Classes that implement IXMLReader2
Classes | Description |
---|---|
XMLReader | An XML sequential document reader. |