Click or drag to resize

IXDLSAttributeReader Methods

The IXDLSAttributeReader type exposes the following members.

Methods
Name Description
Public method HasAttribute
Determines whether the current node has attribute with specified name.
Public method ReadBoolean
Reads the boolean.
Public method ReadByte
Reads the byte.
Public method ReadColor
Reads color from XML.
Public method ReadDateTime
Reads the date time.
Public method ReadDouble
Reads the double.
Public method ReadEnum
Reads the enum.
Public method ReadFloat
Reads the float.
Public method ReadInt
Reads the int.
Public method ReadShort
Reads the short.
Public method ReadString
Reads the string.
Top
See Also