1 #ifndef COIN_SCXMLDOCUMENT_H 2 #define COIN_SCXMLDOCUMENT_H 36 #include <Inventor/scxml/ScXMLObject.h> 38 #include <Inventor/tools/SbPimplPtr.h> 56 static ScXMLDocument * readBuffer(
const SbByteBuffer & buffer);
62 void setFilename(
const char * filename);
63 const char * getFilename(
void)
const;
78 SbPimplPtr<PImpl> pimpl;
82 #endif // COIN_SCXMLDOCUMENT_H the <data> SCXML element.
Definition: ScXMLDataElt.h:42
abstract base class for the SCXML 'state' elements.
Definition: ScXMLAbstractStateElt.h:40
implements the <scxml> SCXML element.
Definition: ScXMLScxmlElt.h:47
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition: ScXMLObject.cpp:102
Definition: ScXMLDocument.h:47
static void cleanClass(void)
Does the opposite of initClass, deallocates any class specific resources and resets the class to an u...
Definition: ScXMLObject.cpp:115
Base class for all SCXML objects.
Definition: ScXMLObject.h:41
struct cc_xml_doc cc_xml_doc
opaque container object type for XML documents
Definition: types.h:43
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:40