public class BlockReaderXml : IBlockReader| BlockReaderXml(Stream) | Create reader, and read from stream |
| BlockReaderXml(String) | Create reader, and read from file |
| HasLineInfo | Flag indicating if class can return line information |
| LineNumber | The current line number in the xml file, or -1 if not available |
| LinePosition | The current line position in the xml file, or -1 if not available |
| TokenName | Name of current token. |
| TokenType | Type of current token |
| Close | Close reader |
| 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Read | Read next token from state stream |
| ReadBoolean | Read string integer |
| ReadBooleans | Read a list of strings |
| ReadDateTime | Read DateTime |
| ReadDateTimes | |
| ReadDouble | Read double |
| ReadDoubleOrDateTime | Try to read a double or DateTime value. |
| ReadDoubles | Read a list of doubles |
| ReadInt | Read string integer |
| ReadInts | Read a list of integers |
| ReadListDoubleOrDateTime | Try to read a list of double or DateTime values. |
| ReadString | Read string |
| ReadStrings | Read a list of strings |
| ReadTimeSpan | Read TimeSpan |
| ReadTimeSpans | |
| Skip | Skip current element, moves beyond the ObjectEnd of the current section. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |