Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Public Member Functions
AVT Class Reference

Class to hold an Attribute Value Template. More...

List of all members.

Public Types

Public Member Functions


Detailed Description

Class to hold an Attribute Value Template.


Member Typedef Documentation

typedef size_t AVT::size_type

Constructor & Destructor Documentation

AVT::AVT ( StylesheetConstructionContext constructionContext,
const LocatorType locator,
const XalanDOMChar *  name,
const XalanDOMChar *  stringedValue,
const PrefixResolver resolver 
)

Construct an Attribute Value Template(AVT) by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.

Parameters:
constructionContextcontext for construction of AVT
locatorthe Locator for the AVT. May be null.
namename of AVT
stringedValuestring value to parse
resolverresolver for namespace resolution
virtual AVT::~AVT ( ) [virtual]

Member Function Documentation

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

Append the value to the buffer.

Parameters:
bufbuffer to write into
contextNodecurrent context node
prefixResolverprefix resolver to use
executionContextexecution context
void AVT::evaluate ( XalanDOMString buf,
const PrefixResolver prefixResolver,
XPathExecutionContext executionContext 
) const

Append the value to the buffer.

Parameters:
bufbuffer to write into
prefixResolverprefix resolver to use
executionContextexecution context
const XalanDOMString& AVT::getName ( ) const

Retrieve the name of the Attribute Value Template.

Returns:
name of AVT

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.

dot

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

Apache Logo