|
|
|
Home / Open source / Terimber 2.0
xml_tree_node Class Referencebase class for attributes and element container
More...
#include <sxml.h>
List of all members.
Detailed Description
base class for attributes and element container
Definition at line 67 of file sxml.h.
Constructor & Destructor Documentation
xml_tree_node::xml_tree_node |
( |
const xml_tree_node & |
x |
) |
[protected] |
constructor
- Parameters:
-
decl |
pointer to the node declaration |
parent |
pointer to the parent node |
Definition at line 63 of file sxml.cpp.
xml_tree_node::~xml_tree_node |
( |
|
) |
|
destructor
Definition at line 68 of file sxml.cpp.
Member Function Documentation
void xml_tree_node::clear |
( |
|
) |
|
Member Data Documentation
pointer to the right sibling
Definition at line 88 of file sxml.h.
Referenced by xml_designer_impl::_validate(), xml_element::add_attribute(), xml_document::add_attribute(), xml_container::add_node(), xml_element::append_attribute(), xml_container::append_node(), clear(), xml_document::find_attribute(), xml_document::find_attribute_value(), xml_element::insert_attribute(), xml_container::insert_node(), xml_persistor::persistAttributes(), xml_persistor::persistDocType(), xml_element::remove_attribute(), xml_container::remove_node(), xml_persistor::restore_stack(), xml_designer_impl::select_attribute_by_name(), xml_designer_impl::select_next_sibling(), xml_designer_impl::select_xpath(), content_children::validate(), content_mixed::validate(), and xml_document::validate_attributes().
The documentation for this class was generated from the following files:
|
|
|
|