Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
AVTPart Class Referenceabstract

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

#include <AVTPart.hpp>

Inherited by AVTPartSimple, and AVTPartXPath.

Public Member Functions

 AVTPart ()
 
virtual ~AVTPart ()
 
virtual void evaluate (XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0
 Append the value to the buffer. More...
 
virtual void evaluate (XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const =0
 Append the value to the buffer. More...
 

Detailed Description

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

Definition at line 43 of file AVTPart.hpp.

Constructor & Destructor Documentation

◆ AVTPart()

AVTPart::AVTPart ( )

◆ ~AVTPart()

virtual AVTPart::~AVTPart ( )
virtual

Member Function Documentation

◆ evaluate() [1/2]

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

Append the value to the buffer.

Parameters
bufbuffer to write into
contextNodecurrent context node
prefixResolverprefix resolver to use
executionContextexecution context

Implemented in AVTPartSimple, and AVTPartXPath.

◆ evaluate() [2/2]

virtual void AVTPart::evaluate ( XalanDOMString buf,
const PrefixResolver prefixResolver,
XPathExecutionContext executionContext 
) const
pure virtual

Append the value to the buffer.

Parameters
bufbuffer to write into
prefixResolverprefix resolver to use
executionContextexecution 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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo