Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6xpathvariables.h File Reference
#include "p6domxml.h"

Go to the source code of this file.

Classes

interface  P6R::p6IXpathVariables
 
struct  P6R::P6XPATH_VAR
 

Namespaces

 P6R
 

Macros

#define IF_p6IXpathVariables   {0x8e994be3,0x41c9,0x4a22,{0x8e,0xed,0x17,0xdb,0xd9,0x7,0xc8,0x24}}
 

Detailed Description

This interface supports the extensibility of the XPath languague.

An application defines an object with this interface and registers it with the XPath component. When XPath finds a variable or function that it does not know about it calls out to this interface so that an application can define them.

Definition in file p6xpathvariables.h.