Definition at line 27 of file customreader.cpp.
cppexamples::CustomController::PIDXMLReader::PIDXMLReader |
( |
boost::shared_ptr< XMLData > |
piddata, |
|
|
const AttributesList & |
atts |
|
) |
| |
|
inline |
virtual void cppexamples::CustomController::PIDXMLReader::characters |
( |
const std::string & |
ch | ) |
|
|
inlinevirtual |
virtual bool cppexamples::CustomController::PIDXMLReader::endElement |
( |
const std::string & |
name | ) |
|
|
inlinevirtual |
Gets called at the end of each "</type>" expression. In this case, name is "type"
- Parameters
-
name | of the tag, will be always lower case |
- Returns
- true if XMLReader has finished parsing (one condition is that name==_fieldname) , otherwise false
Implements OpenRAVE::BaseXMLReader.
Definition at line 48 of file customreader.cpp.
virtual XMLReadablePtr cppexamples::CustomController::PIDXMLReader::GetReadable |
( |
| ) |
|
|
inlinevirtual |
a readable interface that stores the information processsed for the current tag This pointer is used to the InterfaceBase class registered readers
Reimplemented from OpenRAVE::BaseXMLReader.
Definition at line 39 of file customreader.cpp.
Gets called in the beginning of each "<type>" expression. In this case, name is "type"
- Parameters
-
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 |
- Returns
- true if tag is accepted and this class will process it, otherwise false
Implements OpenRAVE::BaseXMLReader.
Definition at line 43 of file customreader.cpp.
boost::shared_ptr<XMLData> cppexamples::CustomController::PIDXMLReader::_piddata |
|
protected |
stringstream cppexamples::CustomController::PIDXMLReader::_ss |
|
protected |
The documentation for this class was generated from the following file: