Classes | |
struct | Parser |
struct | CDATANode |
Functions | |
void | parse (Ref< ExecutionContext >, Ref< GroupingNode >, Ref< Stream::Reader >, bool progressive=false, Logger *=0, string sourceName="", ProgressTracker *=0) |
Parse a sequence of X3D ChildNodes in XML syntax and add them to the specified GroupingNode. |
|
Parse a sequence of X3D ChildNodes in XML syntax and add them to the specified GroupingNode. The nodes are instantiated in the specified context.
Definition at line 1420 of file parse_xml.C. References n, and Archon::X3D::ProgressTracker::progress(). Referenced by Archon::X3D::SAI::Session::createGroupFromStream(), Archon::X3D::Server::get(), and Archon::X3D::SAI::Session::loadApplicationScene(). |