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