Orcus
|
Public Member Functions | |
const_node (const const_node &other) | |
const_node (const_node &&other) | |
node_t | type () const |
size_t | child_count () const |
const_node | child (size_t index) const |
entity_name | name () const |
std::string_view | attribute (const entity_name &name) const |
std::string_view | attribute (std::string_view name) const |
size_t | attribute_count () const |
const_node | parent () const |
void | swap (const_node &other) |
const_node & | operator= (const const_node &other) |
bool | operator== (const const_node &other) const |
bool | operator!= (const const_node &other) const |
Friends | |
class | document_tree |