Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
AttributeVectorEntryExtended Class Reference

#include <AttributeVectorEntryExtended.hpp>

Inherits AttributeVectorEntry.

Public Member Functions

 AttributeVectorEntryExtended (const XMLChVectorType &theName, const XMLChVectorType &theValue, const XMLChVectorType &theType, const XMLChVectorType &theURI, const XMLChVectorType &theLocalName, MemoryManager &theManager)
 
 AttributeVectorEntryExtended (const XMLCh *theName, const XMLCh *theValue, const XMLCh *theType, const XMLCh *theURI, const XMLCh *theLocalName, MemoryManager &theManager)
 
 AttributeVectorEntryExtended (const XMLCh *theName, const XMLCh *theValue, const XMLCh *theType, MemoryManager &theManager)
 
 AttributeVectorEntryExtended (MemoryManager &theManager)
 
virtual ~AttributeVectorEntryExtended ()
 
void clear ()
 
- Public Member Functions inherited from AttributeVectorEntry
 AttributeVectorEntry (const XMLChVectorType &theName, const XMLChVectorType &theValue, const XMLChVectorType &theType, MemoryManager &theManager)
 
 AttributeVectorEntry (const XMLCh *theName, const XMLCh *theValue, const XMLCh *theType, MemoryManager &theManager)
 
 AttributeVectorEntry (MemoryManager &theManager)
 
virtual ~AttributeVectorEntry ()
 
void clear ()
 

Static Public Member Functions

static AttributeVectorEntryExtendedcreate (const XMLCh *theName, const XMLCh *theValue, const XMLCh *theType, const XMLCh *theURI, const XMLCh *theLocalName, MemoryManager &theManager)
 
- Static Public Member Functions inherited from AttributeVectorEntry
static AttributeVectorEntrycreate (const XMLCh *theName, const XMLCh *theValue, const XMLCh *theType, MemoryManager &theManager)
 
static const XMLCh * endArray (const XMLCh *data)
 

Public Attributes

XMLChVectorType m_uri
 
XMLChVectorType m_localName
 
- Public Attributes inherited from AttributeVectorEntry
XMLChVectorType m_Name
 
XMLChVectorType m_Value
 
XMLChVectorType m_Type
 

Additional Inherited Members

- Public Types inherited from AttributeVectorEntry
typedef XalanVector< XMLCh > XMLChVectorType
 

Detailed Description

Definition at line 36 of file AttributeVectorEntryExtended.hpp.

Constructor & Destructor Documentation

◆ AttributeVectorEntryExtended() [1/4]

AttributeVectorEntryExtended::AttributeVectorEntryExtended ( const XMLChVectorType theName,
const XMLChVectorType theValue,
const XMLChVectorType theType,
const XMLChVectorType theURI,
const XMLChVectorType theLocalName,
MemoryManager &  theManager 
)
inline

Definition at line 40 of file AttributeVectorEntryExtended.hpp.

◆ AttributeVectorEntryExtended() [2/4]

AttributeVectorEntryExtended::AttributeVectorEntryExtended ( const XMLCh *  theName,
const XMLCh *  theValue,
const XMLCh *  theType,
const XMLCh *  theURI,
const XMLCh *  theLocalName,
MemoryManager &  theManager 
)
inline

Definition at line 61 of file AttributeVectorEntryExtended.hpp.

◆ AttributeVectorEntryExtended() [3/4]

AttributeVectorEntryExtended::AttributeVectorEntryExtended ( const XMLCh *  theName,
const XMLCh *  theValue,
const XMLCh *  theType,
MemoryManager &  theManager 
)
inline

Definition at line 84 of file AttributeVectorEntryExtended.hpp.

◆ AttributeVectorEntryExtended() [4/4]

AttributeVectorEntryExtended::AttributeVectorEntryExtended ( MemoryManager &  theManager)
inline

Definition at line 98 of file AttributeVectorEntryExtended.hpp.

◆ ~AttributeVectorEntryExtended()

virtual AttributeVectorEntryExtended::~AttributeVectorEntryExtended ( )
inlinevirtual

Definition at line 128 of file AttributeVectorEntryExtended.hpp.

Member Function Documentation

◆ clear()

void AttributeVectorEntryExtended::clear ( )
inline

Definition at line 133 of file AttributeVectorEntryExtended.hpp.

◆ create()

static AttributeVectorEntryExtended* AttributeVectorEntryExtended::create ( const XMLCh *  theName,
const XMLCh *  theValue,
const XMLCh *  theType,
const XMLCh *  theURI,
const XMLCh *  theLocalName,
MemoryManager &  theManager 
)
inlinestatic

Definition at line 106 of file AttributeVectorEntryExtended.hpp.

Member Data Documentation

◆ m_localName

XMLChVectorType AttributeVectorEntryExtended::m_localName

Definition at line 142 of file AttributeVectorEntryExtended.hpp.

◆ m_uri

XMLChVectorType AttributeVectorEntryExtended::m_uri

Definition at line 141 of file AttributeVectorEntryExtended.hpp.


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