#include <ComplexElement.h>
Inheritance diagram for ComplexElement:
Public Methods | |
int | getNoOfChildren () |
const BasicNode * | getChild (int iChildPosition) const |
const BasicNode * | getLastChild () const |
const BasicNode * | getFirstChild () const |
int | addChild (BasicNode *pBasicNode) |
NODE_TYPE | getNodeType () const |
int | setURI (const AxisChar *pachURI) |
int | setLocalName (const AxisChar *pachLocalName) |
int | setPrefix (const AxisChar *pachPrefix) |
ComplexElement () | |
virtual | ~ComplexElement () |
|
The Constructor. |
|
The Destructor. |
|
Adds the given child node to this Complex Element.
|
|
Get the Child Node of the given position.
|
|
Gets the first Child Node of this Complex Element.
|
|
Gets the last Child Node of this Complex Element.
|
|
Gets the Node Type of the Complex Element which is ELEMENT_NODE.
|
|
Returns the number of child elements of this ComplexElement.
|
|
Sets the local name of this Complex Element.
|
|
Sets the prefix of this Complex Element.
|
|
Sets the namespace URI of this Complex Element.
|