Noemax FastInfoset.NET
MoveToElement Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : MoveToElement Method






Moves to the element that contains the current attribute node.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function MoveToElement() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As Boolean
 
value = instance.MoveToElement()
C# 
public override bool MoveToElement()
Delphi 
public function MoveToElement(): Boolean; override; 
JScript 
public override function MoveToElement() : boolean;
Managed Extensions for C++ 
public: bool MoveToElement(); override 
C++/CLI 
public:
bool MoveToElement(); override 

Return Value

true if the reader is positioned on an attribute (the reader moves to the element that owns the attribute); false if the reader is not positioned on an attribute (the position of the reader does not change).

See Also