reads and stores the infromation hierarchically
[詳細]
#include <xmlreaders.h>
reads and stores the infromation hierarchically
xmlreaders.h の 122 行で定義されています。
OpenRAVE::xmlreaders::HierarchicalXMLReader::HierarchicalXMLReader |
( |
const std::string & |
xmlid, |
|
|
const AttributesList & |
atts |
|
) |
| |
virtual void OpenRAVE::xmlreaders::HierarchicalXMLReader::characters |
( |
const std::string & |
ch | ) |
|
|
virtual |
virtual bool OpenRAVE::xmlreaders::HierarchicalXMLReader::endElement |
( |
const std::string & |
name | ) |
|
|
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 |
- 戻り値
- true if XMLReader has finished parsing (one condition is that name==_fieldname) , otherwise false
OpenRAVE::BaseXMLReaderを実装しています。
virtual XMLReadablePtr OpenRAVE::xmlreaders::HierarchicalXMLReader::GetReadable |
( |
| ) |
|
|
virtual |
a readable interface that stores the information processsed for the current tag This pointer is used to the InterfaceBase class registered readers
OpenRAVE::BaseXMLReaderを再定義しています。
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 |
- 戻り値
- true if tag is accepted and this class will process it, otherwise false
OpenRAVE::BaseXMLReaderを実装しています。
このクラスの説明は次のファイルから生成されました: