Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
AVTPartXPath Class Reference

Simple string part of a complex AVT. More...

#include <AVTPartXPath.hpp>

Inherits AVTPart.

Public Member Functions

 AVTPartXPath (const XPath *xpath)
 Construct an XPath Attribute Value Template (AVT) part from an XPath. More...
 
virtual void evaluate (XalanDOMString &buf, XalanNode *contextNode, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const
 Append the value to the buffer. More...
 
virtual void evaluate (XalanDOMString &buf, const PrefixResolver &prefixResolver, XPathExecutionContext &executionContext) const
 Append the value to the buffer. More...
 
- Public Member Functions inherited from AVTPart
 AVTPart ()
 
virtual ~AVTPart ()
 

Detailed Description

Simple string part of a complex AVT.

Definition at line 51 of file AVTPartXPath.hpp.

Constructor & Destructor Documentation

◆ AVTPartXPath()

AVTPartXPath::AVTPartXPath ( const XPath xpath)

Construct an XPath Attribute Value Template (AVT) part from an XPath.

Parameters
xpathXPath to evaluate

Member Function Documentation

◆ evaluate() [1/2]

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

Append the value to the buffer.

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

Implements AVTPart.

◆ evaluate() [2/2]

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

Append the value to the buffer.

Parameters
bufbuffer to write into
prefixResolverprefix resolver to use
executionContextexecution context

Implements AVTPart.


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