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  

AttributeListImpl Class Reference

#include <AttributeListImpl.hpp>

Inheritance diagram for AttributeListImpl

Inheritance graph

[legend]
Collaboration diagram for AttributeListImpl:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods


Member Typedef Documentation

typedef std::vector<AttributeVectorEntry*> AttributeListImpl::AttributeVectorType
 

typedef AttributeVectorEntry::XMLChVectorType AttributeListImpl::XMLChVectorType
 


Constructor & Destructor Documentation

AttributeListImpl::AttributeListImpl ( ) [explicit]
 

virtual AttributeListImpl::~AttributeListImpl ( ) [virtual]
 

AttributeListImpl::AttributeListImpl ( const AttributeListImpl & theSource )
 

AttributeListImpl::AttributeListImpl ( const AttributeList & theSource )
 


Member Function Documentation

bool AttributeListImpl::addAttribute ( const XMLCh * name,
const XMLCh * type,
const XMLCh * value ) [virtual]
 

Adds an attribute to the attribute list.

Parameters:
name   attribute name
type   attribute type, "CDATA," for example
value   attribute value

void AttributeListImpl::clear ( ) [virtual]
 

Remove all attributes from the list.

virtual unsigned int AttributeListImpl::getLength ( ) const [virtual]
 

virtual const XMLCh* AttributeListImpl::getName ( const unsigned int index ) const [virtual]
 

virtual const XMLCh* AttributeListImpl::getType ( const XMLCh *const name ) const [virtual]
 

virtual const XMLCh* AttributeListImpl::getType ( const unsigned int index ) const [virtual]
 

virtual const XMLCh* AttributeListImpl::getValue ( const char *const name ) const [virtual]
 

virtual const XMLCh* AttributeListImpl::getValue ( const XMLCh *const name ) const [virtual]
 

virtual const XMLCh* AttributeListImpl::getValue ( const unsigned int index ) const [virtual]
 

AttributeListImpl& AttributeListImpl::operator= ( const AttributeList & theRHS )
 

AttributeListImpl& AttributeListImpl::operator= ( const AttributeListImpl & theRHS )
 

bool AttributeListImpl::removeAttribute ( const XMLCh * name ) [virtual]
 

Removes an attribute from the attribute list.

Parameters:
name   attribute name

void AttributeListImpl::reserve ( unsigned int theCount ) []
 

Reserve room for the given number of attributes.

Parameters:
theCount   The number to reserve

void AttributeListImpl::swap ( AttributeListImpl & theOther ) []
 

Swap the contents of two instances.

This must _never_ throw an exception.

Parameters:
thOther   The instance with which to swap.


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.