|
| simple_element (string_type const &ns, string_type const &prefix, string_type const &name) |
|
| simple_element (ns_name ns, string_type const &prefix, string_type const &name) |
|
| simple_element (ns_name ns, string_type const &prefix, tag_name name) |
|
| simple_element (string_type const &name) |
|
| simple_element (tag_name name) |
|
string_type | namespace_uri () const |
| 名前空間 URI を返す [詳解]
|
|
void | namespace_uri (string_type const &uri) |
|
ns_name | namespace_uri_name () const |
|
void | namespace_uri_name (ns_name ns) |
|
string_type | namespace_prefix () const |
|
void | namespace_prefix (string_type const &prefix) |
|
string_type | local_name () const |
|
void | local_name (string_type const &name) |
|
tag_name | local_name_name () const |
|
void | local_name_name (tag_name name) |
|
string_type | qualified_name () const |
|
void | push_back (attribute_type const &attr) |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
const_iterator | find (attribute_type const &attr) const |
| 属性を検索する
|
|
const_iterator | find (ns_name ns, string_type const &prefix, string_type const &name) const |
| 属性を検索する
|
|
const_iterator | find (ns_name ns, string_type const &prefix, attribute_name name) const |
| 属性を検索する
|
|
const_iterator | find (string_type const &name) const |
| 属性を検索する
|
|
const_iterator | find (attribute_name name) const |
| 属性を検索する
|
|
template<typename String>
class wordring::html::simple_element< String >
simple_html 用の Element ノード
- テンプレート引数
-