H3D API  2.4.1
Public Member Functions | List of all members
H3D::X3D::X3DSAX2Handlers::NodeElement Class Reference

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.
 
NodegetNode ()
 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.
 

Detailed Description

Encapsulate a node with its XML containerField attribute.

References the node that it encapsulates.


The documentation for this class was generated from the following file: