FastInfoset.NET Class Reference for .NET
MoveToContent Method (XmlFastInfosetReader)






Checks whether the current node is a content (non-white space text, CDATA, Element, EndElement, EntityReference, or EndEntity) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: ProcessingInstruction, DocumentType, Comment, Whitespace, or SignificantWhitespace.
Syntax
'Declaration
 
Public Overrides NotOverridable Function MoveToContent() As System.Xml.XmlNodeType
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Xml.XmlNodeType
 
value = instance.MoveToContent()
public override System.Xml.XmlNodeType MoveToContent()
public function MoveToContent(): System.Xml.XmlNodeType; override; 
public override function MoveToContent() : System.Xml.XmlNodeType;
public: System.Xml.XmlNodeType MoveToContent(); override 
public:
System.Xml.XmlNodeType MoveToContent(); override 

Return Value

The NodeType of the current node found by the method or XmlNodeType.None if the reader has reached the end of the input stream.

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

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in MoveToContent

Send Feedback