openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
Public メソッド | すべてのメンバ一覧
クラス OpenRAVE::xmlreaders::HierarchicalXMLReader

reads and stores the infromation hierarchically [詳細]

#include <xmlreaders.h>

OpenRAVE::xmlreaders::HierarchicalXMLReaderに対する継承グラフ
Inheritance graph
[凡例]
OpenRAVE::xmlreaders::HierarchicalXMLReaderのコラボレーション図
Collaboration graph
[凡例]

Public メソッド

 HierarchicalXMLReader (const std::string &xmlid, const AttributesList &atts)
 
virtual ProcessElement startElement (const std::string &name, const AttributesList &atts)
 
virtual bool endElement (const std::string &name)
 
virtual void characters (const std::string &ch)
 
virtual XMLReadablePtr GetReadable ()
 
- Public メソッド inherited from OpenRAVE::BaseXMLReader
 BaseXMLReader ()
 
virtual ~BaseXMLReader ()
 

Additional Inherited Members

- Public 型 inherited from OpenRAVE::BaseXMLReader
enum  ProcessElement { PE_Pass =0, PE_Support =1, PE_Ignore =2 }
 
- Public 変数 inherited from OpenRAVE::BaseXMLReader
std::string _filename
 XML filename/resource used for this class (can be empty)
 

説明

reads and stores the infromation hierarchically

xmlreaders.h122 行で定義されています。

コンストラクタとデストラクタ

OpenRAVE::xmlreaders::HierarchicalXMLReader::HierarchicalXMLReader ( const std::string &  xmlid,
const AttributesList atts 
)

関数

virtual void OpenRAVE::xmlreaders::HierarchicalXMLReader::characters ( const std::string &  ch)
virtual

gets called for all data in between tags.

引数
cha string to the data

OpenRAVE::BaseXMLReaderを実装しています。

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"

引数
nameof 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を再定義しています。

virtual ProcessElement OpenRAVE::xmlreaders::HierarchicalXMLReader::startElement ( const std::string &  name,
const AttributesList atts 
)
virtual

Gets called in the beginning of each "<type>" expression. In this case, name is "type"

引数
nameof the tag, will be always lower case
attsstring 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を実装しています。


このクラスの説明は次のファイルから生成されました: