Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

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

AVTPart Class Reference

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

#include <AVTPart.hpp>

Inheritance diagram for AVTPart

Inheritance graph

[legend]
List of all members.

Public Methods


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

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

Write the value into the buffer.

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

Reimplemented in AVT, 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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.