XmlNodeStream
Description
- Derived from
-
XmlStream abstract
A IXmlStream implementation that directly operates on XmlNode objects.
Public / Constructors
XmlNodeStream
2 overloads
Creates a new instance of XmlNodeStream for writing
The XML stream will create a new XmlNode object.
Creates a new instance of XmlNodeStream for reading or writing.
The XML stream will operate on the given node in object.
Public / Methods
Flip
Finishes writing to this stream and flips it to read mode.
- IOException
-
If an I/O error has occurred.