#include <AttributeVectorEntry.hpp>
Inherited by AttributeVectorEntryExtended.
Public Types | |
typedef XalanVector< XMLCh > | XMLChVectorType |
Public Member Functions | |
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 AttributeVectorEntry * | create (const XMLCh *theName, const XMLCh *theValue, const XMLCh *theType, MemoryManager &theManager) |
static const XMLCh * | endArray (const XMLCh *data) |
Public Attributes | |
XMLChVectorType | m_Name |
XMLChVectorType | m_Value |
XMLChVectorType | m_Type |
Definition at line 38 of file AttributeVectorEntry.hpp.
typedef XalanVector<XMLCh> AttributeVectorEntry::XMLChVectorType |
Definition at line 42 of file AttributeVectorEntry.hpp.
|
inline |
Definition at line 44 of file AttributeVectorEntry.hpp.
|
inline |
Definition at line 55 of file AttributeVectorEntry.hpp.
|
inline |
Definition at line 66 of file AttributeVectorEntry.hpp.
|
inlinevirtual |
Definition at line 92 of file AttributeVectorEntry.hpp.
|
inline |
Definition at line 97 of file AttributeVectorEntry.hpp.
|
inlinestatic |
Definition at line 74 of file AttributeVectorEntry.hpp.
|
inlinestatic |
Definition at line 111 of file AttributeVectorEntry.hpp.
XMLChVectorType AttributeVectorEntry::m_Name |
Definition at line 104 of file AttributeVectorEntry.hpp.
XMLChVectorType AttributeVectorEntry::m_Type |
Definition at line 106 of file AttributeVectorEntry.hpp.
XMLChVectorType AttributeVectorEntry::m_Value |
Definition at line 105 of file AttributeVectorEntry.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|