Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.9

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

AVTPart Class Reference

Class to hold a part, either a string or XPath, of an Attribute Value Template. More...

Inheritance diagram for AVTPart:

Inheritance graph
[legend]
List of all members.

Public Member Functions


Detailed Description

Class to hold a part, either a string or XPath, of an Attribute Value Template.


Constructor & Destructor Documentation

AVTPart::AVTPart  ) 
 

virtual AVTPart::~AVTPart  )  [virtual]
 


Member Function Documentation

virtual void AVTPart::evaluate XalanDOMString buf,
const PrefixResolver prefixResolver,
XPathExecutionContext executionContext
const [pure virtual]
 

Append the value to the buffer.

Parameters:
buf buffer to write into
prefixResolver prefix resolver to use
executionContext execution context

Implemented in AVTPartSimple, and AVTPartXPath.

virtual void AVTPart::evaluate XalanDOMString buf,
XalanNode contextNode,
const PrefixResolver prefixResolver,
XPathExecutionContext executionContext
const [pure virtual]
 

Append the value to the buffer.

Parameters:
buf buffer to write into
contextNode current context node
prefixResolver prefix resolver to use
executionContext execution context

Implemented in AVTPartSimple, and AVTPartXPath.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.9
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.