tbx
0.7.3
|
This is the complete list of members for tbx::TagDoc, including all inherited members.
_attribute_names | tbx::TagDoc | protected |
_data | tbx::Tag | protected |
_first_attribute | tbx::Tag | protected |
_first_child | tbx::Tag | protected |
_id | tbx::Tag | protected |
_last_child | tbx::Tag | protected |
_next | tbx::Tag | protected |
_parent | tbx::Tag | protected |
_tag_names | tbx::TagDoc | protected |
_text | tbx::Tag | protected |
add_child(int id) | tbx::Tag | |
add_child(const std::string &name) | tbx::Tag | |
attribute(int att_id) | tbx::Tag | |
attribute(int att_id, const std::string &value) | tbx::Tag | |
attribute(const std::string &name) | tbx::Tag | |
attribute(const std::string &name, const std::string &value) | tbx::Tag | |
attribute_id(const std::string &name) | tbx::TagDoc | |
attribute_id_if_exists(const std::string &name) const | tbx::TagDoc | |
attribute_name(int id) const | tbx::TagDoc | |
attribute_value(int att_id) const | tbx::Tag | |
attribute_value(const std::string &name) const | tbx::Tag | |
data() const | tbx::Tag | inline |
data(TagData *data) | tbx::Tag | inline |
delete_attribute(int attId) | tbx::Tag | |
delete_attribute(const std::string &name) | tbx::Tag | |
delete_child(Tag *tag) | tbx::Tag | |
doc() const | tbx::Tag | |
find_attribute(int att_id) const | tbx::Tag | |
find_attribute(const std::string &name) const | tbx::Tag | |
find_child(int id, Tag *after=NULL) const | tbx::Tag | |
find_child(const std::string &name, Tag *after=NULL) const | tbx::Tag | |
find_child(int id, int attId, Tag *after=NULL) const | tbx::Tag | |
find_child(const std::string &name, const std::string &attName, Tag *after=NULL) const | tbx::Tag | |
find_child(int id, int attId, const std::string &value, Tag *after=NULL) const | tbx::Tag | |
find_child(const std::string &name, const std::string &attName, const std::string &value, Tag *after=NULL) const | tbx::Tag | |
first_attribute() const | tbx::Tag | inline |
first_child() const | tbx::Tag | inline |
id() const | tbx::Tag | inline |
last_child() const | tbx::Tag | inline |
name() const | tbx::Tag | |
next() const | tbx::Tag | inline |
parent() const | tbx::Tag | inline |
read_name(std::istream &is, std::string &name) | tbx::TagDoc | protected |
read_string(std::istream &is, std::string &text) | tbx::TagDoc | protected |
read_tag(std::istream &is) | tbx::TagDoc | |
Tag(Tag *parent, int id) | tbx::Tag | protected |
tag_id(const std::string &name) | tbx::TagDoc | |
tag_id_if_exists(const std::string &name) const | tbx::TagDoc | |
tag_name(int id) const | tbx::TagDoc | |
TagDoc() | tbx::TagDoc | |
text() const | tbx::Tag | inline |
text(const std::string &text) | tbx::Tag | inline |
write_string(std::ostream &os, const std::string &text) | tbx::TagDoc | protected |
write_tag(std::ostream &os, Tag *tag, int indent=0) | tbx::TagDoc | |
~Tag() | tbx::Tag | protected |
~TagDoc() | tbx::TagDoc |