Public Member Functions | |
StackEntry () | |
Public Attributes | |
Element | element |
Ref< NodeBase > | node |
Is nil if unrecogized or special element (incl. | |
Ref< CustomFieldBase > | field |
Scripts and posibly also prototypes need this instead of a node. | |
const NodeFieldBase * | containerField |
int | containerStackIndex |
string | cdata |
Text occuring between start and end tags for this element (not including cdata from sub elements). |
Definition at line 94 of file parse_xml.C.
|
Is nil if unrecogized or special element (incl. node elements with the USE attribute) Definition at line 102 of file parse_xml.C. Referenced by Archon::X3D::XML::Parser::characterDataHandler(), Archon::X3D::XML::Parser::displayStack(), Archon::X3D::XML::Parser::endElement(), Archon::X3D::XML::Parser::getElementName(), Archon::X3D::XML::Parser::injectChild(), and Archon::X3D::XML::Parser::parseStartElement(). |