openrave.org

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

reads until the tag ends [詳細]

#include <openrave.h>

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

Public メソッド

 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
 
- Public メソッド inherited from OpenRAVE::BaseXMLReader
 BaseXMLReader ()
 
virtual ~BaseXMLReader ()
 
virtual XMLReadablePtr GetReadable ()
 

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 until the tag ends

openrave.h761 行で定義されています。

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

OpenRAVE::DummyXMLReader::DummyXMLReader ( const std::string &  fieldname,
const std::string &  parentname,
boost::shared_ptr< std::ostream >  osrecord = boost::shared_ptr<std::ostream>() 
)

libopenrave.cpp1773 行で定義されています。

関数

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

gets called for all data in between tags.

引数
cha string to the data

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

libopenrave.cpp1821 行で定義されています。

bool OpenRAVE::DummyXMLReader::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を実装しています。

libopenrave.cpp1802 行で定義されています。

const std::string& OpenRAVE::DummyXMLReader::GetFieldName ( ) const
inline

openrave.h768 行で定義されています。

virtual boost::shared_ptr<std::ostream> OpenRAVE::DummyXMLReader::GetStream ( ) const
inlinevirtual

openrave.h771 行で定義されています。

BaseXMLReader::ProcessElement OpenRAVE::DummyXMLReader::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を実装しています。

libopenrave.cpp1780 行で定義されています。


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