reads until the tag ends More...
#include <openrave.h>
Public Member Functions | |
DummyXMLReader (const std::string &fieldname, const std::string &parentname, boost::shared_ptr< std::ostream > osrecord=boost::shared_ptr< std::ostream >()) | |
virtual ProcessElement | startElement (const std::string &name, const AttributesList &atts) |
virtual bool | endElement (const std::string &name) |
virtual void | characters (const std::string &ch) |
const std::string & | GetFieldName () const |
virtual boost::shared_ptr < std::ostream > | GetStream () const |
![]() | |
BaseXMLReader () | |
virtual | ~BaseXMLReader () |
virtual XMLReadablePtr | GetReadable () |
Additional Inherited Members | |
![]() | |
enum | ProcessElement { PE_Pass =0, PE_Support =1, PE_Ignore =2 } |
![]() | |
std::string | _filename |
XML filename/resource used for this class (can be empty) | |
reads until the tag ends
Definition at line 761 of file openrave.h.
OpenRAVE::DummyXMLReader::DummyXMLReader | ( | const std::string & | fieldname, |
const std::string & | parentname, | ||
boost::shared_ptr< std::ostream > | osrecord = boost::shared_ptr<std::ostream>() |
||
) |
Definition at line 1773 of file libopenrave.cpp.
|
virtual |
gets called for all data in between tags.
ch | a string to the data |
Implements OpenRAVE::BaseXMLReader.
Definition at line 1821 of file libopenrave.cpp.
|
virtual |
Gets called at the end of each "</type>" expression. In this case, name is "type"
name | of the tag, will be always lower case |
Implements OpenRAVE::BaseXMLReader.
Definition at line 1802 of file libopenrave.cpp.
|
inline |
Definition at line 768 of file openrave.h.
|
inlinevirtual |
Definition at line 771 of file openrave.h.
|
virtual |
Gets called in the beginning of each "<type>" expression. In this case, name is "type"
name | of the tag, will be always lower case |
atts | string of attributes where the first std::string is the attribute name and second is the value |
Implements OpenRAVE::BaseXMLReader.
Definition at line 1780 of file libopenrave.cpp.