Provides access to members that control the sequential reading of XML.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
![]() |
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. |
CoClasses that implement IXMLReader
CoClasses and Classes | Description |
---|---|
XMLReader | An XML sequential document reader. |
Remarks
The IXMLReader interface provides twenty two methods to use for reading specific data elements.