xml_node
Copyright (C) 2005 IENT-RWTH Aachen
Node of a XML Tree
Groups
| Constructors | |
xml_node |
Builds an instance of the object |
| Assignment | |
operator= |
Assignment Operator |
| Operators | |
operator[] |
Node access |
| Operations | |
attributes |
Attributes access |
back |
Last node access |
begin |
Iterator that points at the first node |
data |
Data access |
empty |
True if no nodes |
end |
Iterator that points just beyond the last node |
find |
Searches the first node |
find_name_if |
Searches the first node which name satisfies the predicate |
find_value_if |
Searches the first node which value satisfies the predicate |
front |
First node access |
name |
Name access |
nodes |
Nodes access |
parent |
Parent access |
pop_front |
Removes the first node |
push_back |
Inserts after the last node |
size |
Number of nodes |
value |
Value access |

