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






Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes.

Syntax

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

Return Value

true if there are nodes to return.false if the reader is not positioned on an attribute node when the initial call is made or if all the attribute values have been read.An empty attribute, such as, misc="", returns true with a single node with a value of String.Empty.

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.