X3D libraries
The libraries to work with X3D dataset

xml_reader.c++ File Reference

Implementation of the XML Reader. More...


Namespaces

namespace  x3dxml

Variables

static const int ATTR_SIZE = 256
static const int BUFFER_SIZE = 1024 * 4
char f_attr [ATTR_SIZE]
char f_buf [BUFFER_SIZE]
int f_cdata_size
int f_errno
x3dio::ErrorCallbackf_error_callback
int f_pos
x3d::SFNodePtr f_root
int f_size
int f_str_max
int f_str_size
x3dio::Streamf_stream
char * f_string


Detailed Description

Implementation of the XML Reader.

This file includes all the files used to read a wellformed XML file using the X3D format (without any support for namespaces.)