ASN1C C# Runtime Library
7.6
|
Public Member Functions | |
XmlSource () | |
XmlSource (System.IO.Stream stream) | |
XmlSource (System.IO.StreamReader reader) | |
XmlSource (System.String source) | |
Properties | |
System.IO.Stream | Bytes [get, set] |
System.IO.StreamReader | Characters [get, set] |
System.String | Uri [get, set] |
This class is used to encapsulate a source of Xml code in an single class.
XmlSource | ( | System.IO.Stream | stream | ) |
Constructs a XmlSource instance with the specified source System.IO.Stream.
stream | The stream containing the document. |
XmlSource | ( | System.IO.StreamReader | reader | ) |
Constructs a XmlSource instance with the specified source System.IO.StreamReader.
reader | The reader containing the document. |
XmlSource | ( | System.String | source | ) |
Construct a XmlSource instance with the specified source Uri string.
source | The source containing the document. |
|
getset |
Represents the source Stream of the XmlSource.
Referenced by XmlSaxParser.Parse().
|
getset |
Represents the source StreamReader of the XmlSource.
Referenced by XmlSaxParser.Parse().
|
getset |
Represents the source URI of the XmlSource.
Referenced by XmlSaxParser.Parse().