Main Page   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::XPathNode XPath::Boolean XPath::Exception XPath::NodeSet XPath::Number XPath::String List of all members.

Public Types

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

Public Methods

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

Protected Methods

 Value (ValueType t)

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


The documentation for this class was generated from the following file:
Generated at Fri Feb 14 01:25:24 2003 for XPath by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001