public class VNoteParser : PDIParser
Public Class VNoteParser
Inherits PDIParser
public ref class VNoteParser : public PDIParser
type VNoteParser =
class
inherit PDIParser
end
VNoteParser | Default constructor |
VNoteParser(VNote) | This version of the constructor is used when parsing vNote data that is to be stored in an existing vNote instance. |
LineNumber |
This returns the current line number being processed from the data stream
(Inherited from PDIParser) |
VNotes | This is used to get the collection of vNotes parsed from the PDI data stream |
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) |
Flush |
This is called to flush any pending property or value data when the end of a data stream has been
reached.
(Inherited from PDIParser) |
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) |
ParseFile |
This method is used to parse one or more PDI objects from the specified file or URL
(Inherited from PDIParser) |
ParseFromFile | This static method can be used to load property values into a new vNote collection from a file. The filename can be a disk file or a URL. |
ParseFromStream | This static method can be used to load property values into a new vNote collection from a TextReader derived object such as a StreamReader or a StringReader. |
ParseFromString(String) | This static method can be used to load property values into a new instance of a single vNote from a string. |
ParseFromString(String, VNote) | This static method can be used to load property values into an existing instance of a single vNote from a string. |
ParseReader |
This method is used to parse one or more PDI objects from a TextReader derived object
such as a StreamReader or a StringReader.
(Inherited from PDIParser) |
ParseSetFromString | This static method can be used to load property values into a new vNote collection from a string containing one or more vNotes. |
ParseString |
This method is used to parse one or more PDI objects from a string
(Inherited from PDIParser) |
PropertyParser |
This is implemented to handle properties as they are parsed from the data stream
(Overrides PDIParserPropertyParser(String, StringCollection, String)) |
ResetState |
This resets the parser to a default state
(Inherited from PDIParser) |
ToString | Returns a string that represents the current object. (Inherited from Object) |