|
Public 型 |
typedef Text< charT, char_traits,
xml_traits > | this_type |
| typedef nodelist_type::iterator | nodelist_iter |
Public メソッド |
| | MiX_Template_Typedef (charT, char_traits, xml_traits) |
| virtual | ~Text () throw () |
| | デストラクタ
|
| virtual NodeType | getType () const |
| | このノードのタイプを得ます
|
| virtual string_type | toString (bool indent=false, const string_type &idt=xml_traits::indent(), int indent_off=0) const |
| | このTextの文字列表現を得ます
|
| node_type & | clone (nodecontainer_type &parent, const nodelist_iter &it=dmy_it) const |
| | このTextを複製します
|
Static Public メソッド |
| NodeType | type () |
| | 静的にクラスからNodeTypeを得ます
|
| this_type & | create (const string_type &str, element_type &parent, const typename nodelist_type::iterator &it=dmy_it) |
| | Textを生成します.
|
Protected メソッド |
| | Text (const string_type &val) |
| | コンストラクタ
|
Static Protected 変数 |
const NodeList< charT, char_traits,
xml_traits >::iterator | dmy_it |
フレンド |
| class | DOM_Parser< charT, char_traits, xml_traits > |