Intersoft ClientUI Documentation
Read Method



Reads the next node from the stream.
Syntax
Public Overrides Function Read() As Boolean
Dim instance As XPSParser
Dim value As Boolean
 
value = instance.Read()
public override bool Read()
public:
bool Read(); override 

Return Value

true if the next node was read successfully; false if there are no more nodes to read.
Exceptions
ExceptionDescription
System.Xml.XmlException An error occurred while parsing the XML.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XPSParser Class
XPSParser Members

Send Feedback