Intersoft ClientUI Documentation
MoveToElement Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > XPSParser Class : MoveToElement Method






Moves to the element that contains the current attribute node.

Syntax

Visual Basic (Declaration) 
Public Overrides Function MoveToElement() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As XPSParser
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).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.