libwordring
公開型 | 公開メンバ関数 | フレンド | 全メンバ一覧
wordring::html::simple_element< String > クラステンプレート

simple_html 用の Element ノード [詳解]

#include <simple_node.hpp>

公開型

using string_type = String
 
using namespace_uri_type = basic_html_atom< string_type, ns_name >
 
using local_name_type = basic_html_atom< string_type, tag_name >
 
using attribute_type = simple_attr< string_type >
 
using container = std::vector< attribute_type >
 
using iterator = typename container::iterator
 
using const_iterator = typename container::const_iterator
 

公開メンバ関数

 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 String1 >
bool operator== (simple_element< String1 > const &, simple_element< String1 > const &)
 
template<typename String1 >
bool operator!= (simple_element< String1 > const &, simple_element< String1 > const &)
 

詳解

template<typename String>
class wordring::html::simple_element< String >

simple_html 用の Element ノード

テンプレート引数
String取り扱う文字列の型

関数詳解

◆ namespace_uri()

template<typename String >
string_type wordring::html::simple_element< String >::namespace_uri ( ) const
inline

このクラス詳解は次のファイルから抽出されました: