H3D API
2.4.1
|
Encapsulate a node with its XML containerField attribute. More...
#include <H3D/X3DSAX2Handlers.h>
Public Member Functions | |
NodeElement (Node *_node, const string &_container_field="") | |
Constructor. | |
NodeElement (const NodeElement &ne) | |
Copy constructor. | |
~NodeElement () | |
Destructor. | |
void | setNode (Node *n) |
Set the Node value. | |
Node * | getNode () |
Get the Node value. | |
void | setContainerField (const string &s) |
Set the container field value. | |
void | setCDATA (const string &s) |
Set CDATA associated with the node. | |
bool | haveCDATA () |
Returns true if there is any CDATA associated with the node. | |
const string & | getCDATA () |
Get the CDATA associated with the node. | |
const string & | getContainerField () |
Get the container field value. | |
bool | haveConnectElement () |
Returns true if the node have a connect element. | |
void | setConnectElement (const bool &b) |
Set the have_connect_element variable. | |
Encapsulate a node with its XML containerField attribute.
References the node that it encapsulates.