Data Members



m_attributes

protected:
 std::vector m_attributes;

all attributes of this element


m_cdataChunks

protected:
 std::vector m_cdataChunks;

all chunks of CDATA contained by this element


m_children

protected:
 std::vector m_children;

all direct children elements


m_lang

protected:
 std::string m_lang; 

the contents of an xml:lang attribute, if any


m_parent

protected:
 CElement *m_parent;

the parent element


nMixedModel

protected:
 std::vector mMixedModel;

all CDATA chunks and elements contained by this element in the order encounted during the parse of the document


© 1999-2000, Thomas Bednarz, Jr. — (Last Updated 7/16/2000)