#include <CharacterElement.h>
Inheritance diagram for CharacterElement:
Public Methods | |
int | setValue (const AxisChar *pachValue) |
const AxisChar * | getValue () const |
int | getNoOfChildren () |
const BasicNode * | getFirstChild () const |
const BasicNode * | getLastChild () const |
const BasicNode * | getChild (int iChildPosition) const |
int | setURI (const AxisChar *sURI) |
int | addChild (BasicNode *pBasicNode) |
int | setLocalName (const AxisChar *sLocalName) |
int | setPrefix (const AxisChar *sPrefix) |
int | serialize (SoapSerializer &pSZ, list< AxisChar * > &lstTmpNameSpaceStack) |
NODE_TYPE | getNodeType () const |
CharacterElement (const AxisChar *sValue) | |
CharacterElement () | |
virtual | ~CharacterElement () |
|
The Constructor.
|
|
The Constructor. |
|
The Destructor. |
|
This method is overridden to return fail(AXIS_FAIL) always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
This method is overridden to return NULL always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
This method is overridden to return NULL always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
This method is overridden to return NULL always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
Returns the Node Type of this Character Element, which is CHARACTER_NODE.
|
|
This method is overridden to return 0 always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
Gets and return the value of this Character Element
|
|
This method is actualy not used in this class. This method was just included to adhere its interface. |
|
This method is overridden to return fail(AXIS_FAIL) always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
This method is overridden to return fail(AXIS_FAIL) always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
This method is overridden to return fail(AXIS_FAIL) always because this is a CharacterElement. A user of a CharacterElement should not use this method.
|
|
Sets the value of this Character Element
|