Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

XPath::Value Class Reference

An XPath value. More...

#include <value.h>

Inheritance diagram for XPath::Value::

XPath::Boolean XPath::Exception XPath::NodeSet XPath::Number XPath::String List of all members.

Public Types

enum  ValueType {
  ValueException, ValueNodeSet, ValueBoolean, ValueNumber,
  ValueString
}

Public Methods

 Value ()
 Value (ValueType t)
 Value (const Value &res)
ValueType type () const
Exception toException ()
NodeSet toNodeSet ()
Boolean toBoolean ()
Number toNumber ()
String toString ()
QString qstring () const

Detailed Description

An XPath value.

See REC-xpath-19991116 1.0 Section 1.

Version:
Id:
xmldemo.h,v 1.3 2002/02/18 00:45:47 rich Exp
Author:
Richard Moore, rich@kde.org


Member Enumeration Documentation

enum XPath::Value::ValueType
 

Enumeration values:
ValueException  
ValueNodeSet  
ValueBoolean  
ValueNumber  
ValueString  


Constructor & Destructor Documentation

XPath::Value::Value [inline]
 

XPath::Value::Value ValueType t [inline]
 

XPath::Value::Value const Value & res
 


Member Function Documentation

ValueType XPath::Value::type const [inline]
 

Exception XPath::Value::toException
 

NodeSet XPath::Value::toNodeSet
 

Boolean XPath::Value::toBoolean
 

Number XPath::Value::toNumber
 

String XPath::Value::toString
 

QString XPath::Value::qstring const
 

Reimplemented in XPath::String.


The documentation for this class was generated from the following file:
Generated at Sat Feb 8 03:30:01 2003 for XPath by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001