|
|
|
Home / Open source / Terimber 2.0
xml_container Class Referenceclass with children elements
More...
#include <sxml.h>
List of all members.
Detailed Description
class with children elements
Definition at line 140 of file sxml.h.
Constructor & Destructor Documentation
constructor
- Parameters:
-
decl |
pointer to the node declaration |
parent |
pointer to the parent node |
Definition at line 113 of file sxml.cpp.
Member Function Documentation
void xml_container::clear |
( |
|
) |
|
adds node to the end of children list
- Parameters:
-
Definition at line 96 of file sxml.hpp.
References _first_child, _last_child, xml_tree_node::_left, and xml_tree_node::_right.
Referenced by xml_document::add_cdata(), xml_document::add_comment(), xml_document::add_element(), xml_document::add_element_desc(), xml_document::add_entity_desc(), xml_document::add_notation_desc(), xml_document::add_pi(), xml_document::add_text(), and xml_document::container_start_doctype().
xml_forceinline bool xml_container::has_children |
( |
|
) |
const |
xml_forceinline bool xml_container::is_container |
( |
|
) |
const |
Member Data Documentation
pointer to the first child
Definition at line 194 of file sxml.h.
Referenced by xml_designer_impl::_validate(), add_node(), clear(), has_children(), insert_node(), xml_persistor::persistDocType(), xml_persistor::persistDocument(), xml_persistor::persistElement(), remove_node(), xml_designer_impl::select_first_child(), content_children::validate(), and content_mixed::validate().
The documentation for this class was generated from the following files:
|
|
|
|