When overridden in a derived class, reads the next node from the stream.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract bool Read()
Return Value
Type:
Booleantrue if the next node was read successfully; false if there are no more nodes to read.
Exceptions Exception | Condition |
---|
XmlException | An error occurred while parsing the XML. |
See Also