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  

AVT Class Reference

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

#include <AVT.hpp>

Collaboration diagram for AVT:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods


Detailed Description

Class to hold an Attribute Value Template.


Member Typedef Documentation

typedef std::vector<const AVTPart*> AVT::AVTPartPtrVectorType
 


Constructor & Destructor Documentation

AVT::AVT ( const Locator * locator,
const XalanDOMChar * name,
const XalanDOMChar * type,
const XalanDOMChar * stringedValue,
const PrefixResolver & resolver,
StylesheetConstructionContext & constructionContext )
 

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:
ownerElement   the Locator for the AVT. May be null.
name   name of AVT
type   type of AVT
stringedValue   string value to parse
resolver   resolver for namespace resolution
constructionContext   context for construction of AVT

virtual AVT::~AVT ( ) [virtual]
 


Member Function Documentation

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

const XalanDOMString & AVT::getName ( ) const []
 

Retrieve the name of the Attribute Value Template.

Returns:
name of AVT

const XalanDOMString & AVT::getPrefix ( ) const []
 

Retrieve the prefix of the name of the Attribute Value Template, if any.

Returns:
The prefix part of the AVT's name

const XalanDOMString & AVT::getSimpleValue ( ) const []
 

Retrieve the "simple" value.

Returns:
The "simple" value of the AVT.

const XalanDOMString & AVT::getType ( ) const []
 

Retrieve the type of the Attribute Value Template.

Returns:
type 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.

Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.