BlockReaderXml Class |
Namespace: DHI.Mike1D.ModelState
The BlockReaderXml type exposes the following members.
| Name | Description | |
|---|---|---|
| BlockReaderXml(Stream) |
Create reader, and read from stream
| |
| BlockReaderXml(String) |
Create reader, and read from file
|
| Name | Description | |
|---|---|---|
| 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
|
| Name | Description | |
|---|---|---|
| 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
| |
| ReadDoubles |
Read a list of doubles
| |
| ReadInt |
Read string integer
| |
| ReadInts |
Read a list of integers
| |
| ReadString |
Read string
| |
| ReadStrings |
Read a list of strings
| |
| ReadTimeSpan |
Read TimeSpan
| |
| Skip |
Skip current element, moves beyond the ObjectEnd
of the current section.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |