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