Main Page   Class Hierarchy   Compound List   File List   Compound Members  

XPath::Context Class Reference

The context in which a query is being executed. More...

#include <context.h>

List of all members.

Public Methods

 Context (const DOM::Node &node)
DOM::Node current () const
uint position () const
uint size () const

Public Attributes

void * variables
void * functions
void * namespaces


Detailed Description

The context in which a query is being executed.

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 Function Documentation

DOM::Node XPath::Context::current const [inline]
 

Returns the context node.

uint XPath::Context::position const [inline]
 

Returns the context position.

uint XPath::Context::size const [inline]
 

Returns the context size.


Member Data Documentation

void* XPath::Context::variables
 

TODO: Symbol table for variables.

void* XPath::Context::functions
 

TODO: Symbol table for functions.

void* XPath::Context::namespaces
 

TODO: Symbol table for namespaces.


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