class SugNode |
Currently just serves its purpose as SugElement's parent, this is a direct translation of the XML IDL.
![]() | SugNode () The class constructor |
![]() | appendChild (SugNode* newChild) Appends a child (unused) |
![]() | getChildNodes () Return the vector of child nodes. |
![]() | getFirstChild () Returns the first child. |
![]() | getLastChild () Returns the last child. |
![]() | getNextSibling () Returns the next sibling. |
![]() | getNodeName () Returns the node name. |
![]() | getNodeType () Returns the node type. |
![]() | getNodeValue () Returns the node value. |
![]() | getParentNode () Returns the parent node. |
![]() | getPreviousSibling () Returns the previous sibling. |
![]() | hasAttributes () Returns if the node has attributes |
![]() | hasChildNodes () Returns if the node has children (unused) |
![]() | insertBefore (SugNode* newChild, SugNode* refChild) Inserts a child before another (unused) |
![]() | removeChild (SugNode* oldChild) Removes a child (unused) |
![]() | replaceChild (SugNode* newChild, SugNode* oldChild) Replaces a child (unused) |
![]() | setFirstChild (SugNode* newFirstChild) Sets the first child. |
![]() | setLastChild (SugNode* newLastChild) Sets the last child. |
![]() | setNextSibling (SugNode* newNextSibling) Sets the next sibling. |
![]() | setNodeName (char* newNodeName) Sets the node name. |
![]() | setNodeType (unsigned short newNodeType) Sets the node type. |
![]() | setNodeValue (char* newNodeValue) Sets the node value. |
![]() | setParentNode (SugNode* newParentNode) Sets the parent node. |
![]() | setPreviousSibling (SugNode* newPreviousSibling) Sets the previus sibling. |
![]() | ~SugNode () The class destructor |
![]() | mChildNodes The Node's children (currently unused) |
![]() | mFirstChild The Node's first child (currently unused) |
![]() | mLastChild The Node's last child (currently unused) |
![]() | mNextSibling The Node's next sibling (currently unused) |
![]() | mNodeName The Node's name (currently unused) |
![]() | mNodeType The Node's type (currently unused) |
![]() | mNodeValue The Node's value (currently unused) |
![]() | mParentNode The Node's parent Node (currently unused) |
![]() | mPreviousSibling The Node's previous sibling (currently unused) |
Currently just serves its purpose as SugElement's parent, this is a direct translation of the XML IDL. Most of its node type functionality has currently been replaced by a more efficient C++ vector type approach.
Alphabetic index HTML hierarchy of classes or Java