#include <dom_node.h>
Inheritance diagram for CL_DomNode:

Definition at line 73 of file dom_node.h.
|
|
Attributes:.
Definition at line 86 of file dom_node.h. |
|
|
Construction:.
Definition at line 51 of file dom_node.cpp. Referenced by append_child(), clone_node(), get_first_child(), get_last_child(), get_next_sibling(), get_parent_node(), get_previous_sibling(), insert_before(), named_item(), remove_child(), and replace_child(). |
|
|
Definition at line 59 of file dom_node.cpp. |
|
|
Definition at line 70 of file dom_node.cpp. |
|
||||||||||||
|
Implementation:.
Definition at line 63 of file dom_node.cpp. References CL_SharedPtr< T, U >::impl, and impl. |
|
|
Definition at line 55 of file dom_node.cpp. |
|
|
Definition at line 321 of file dom_node.cpp. References CL_DomNode(), and impl. |
|
|
Definition at line 348 of file dom_node.cpp. References CL_DomNode(). |
|
|
Definition at line 178 of file dom_node.cpp. References ELEMENT_NODE, and impl. |
|
|
Definition at line 149 of file dom_node.cpp. |
|
|
Definition at line 154 of file dom_node.cpp. References CL_DomNode(), and impl. Referenced by CL_DomDocument::clear_all(), CL_DomElement::get_text(), and named_item(). |
|
|
Definition at line 160 of file dom_node.cpp. References CL_DomNode(), and impl. |
|
|
Definition at line 172 of file dom_node.cpp. References CL_DomNode(), and impl. Referenced by CL_DomNodeList::CL_DomNodeList(), CL_DomDocument::get_document_element(), CL_DomElement::get_text(), and named_item(). |
|
|
Definition at line 77 of file dom_node.cpp. References ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, impl, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, and TEXT_NODE. Referenced by CL_DomNodeList::CL_DomNodeList(), and named_item(). |
|
|
Definition at line 137 of file dom_node.cpp. References impl, and NULL_NODE. Referenced by is_attr(), is_cdata_section(), is_comment(), is_document(), is_document_fragment(), is_document_type(), is_element(), is_entity(), is_entity_reference(), is_notation(), is_null(), is_processing_instruction(), and is_text(). |
|
|
Definition at line 107 of file dom_node.cpp. References ATTRIBUTE_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, impl, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, and TEXT_NODE. Referenced by CL_DomElement::get_text(). |
|
|
Definition at line 185 of file dom_node.cpp. References CL_DomDocument, and impl. Referenced by CL_DomElement::set_attribute(). |
|
|
Definition at line 143 of file dom_node.cpp. References CL_DomNode(), and impl. |
|
|
Definition at line 166 of file dom_node.cpp. References CL_DomNode(), and impl. |
|
|
Definition at line 342 of file dom_node.cpp. References impl. Referenced by CL_DomElement::get_text(). |
|
||||||||||||
|
Definition at line 270 of file dom_node.cpp. References CL_DomNode(), CL_SharedPtr< T, U >::impl, and impl. |
|
|
Definition at line 201 of file dom_node.cpp. References ATTRIBUTE_NODE, and get_node_type(). Referenced by to_attr(). |
|
|
Definition at line 211 of file dom_node.cpp. References CDATA_SECTION_NODE, and get_node_type(). Referenced by to_cdata_section(). |
|
|
Definition at line 231 of file dom_node.cpp. References COMMENT_NODE, and get_node_type(). Referenced by to_comment(). |
|
|
Definition at line 236 of file dom_node.cpp. References DOCUMENT_NODE, and get_node_type(). Referenced by to_document(). |
|
|
Definition at line 246 of file dom_node.cpp. References DOCUMENT_FRAGMENT_NODE, and get_node_type(). Referenced by to_document_fragment(). |
|
|
Definition at line 241 of file dom_node.cpp. References DOCUMENT_TYPE_NODE, and get_node_type(). Referenced by to_document_type(). |
|
|
Definition at line 196 of file dom_node.cpp. References ELEMENT_NODE, and get_node_type(). Referenced by to_element(). |
|
|
Definition at line 221 of file dom_node.cpp. References ENTITY_NODE, and get_node_type(). Referenced by to_entity(). |
|
|
Definition at line 216 of file dom_node.cpp. References ENTITY_REFERENCE_NODE, and get_node_type(). Referenced by to_entity_reference(). |
|
|
Definition at line 251 of file dom_node.cpp. References get_node_type(), and NOTATION_NODE. Referenced by to_notation(). |
|
|
Definition at line 191 of file dom_node.cpp. References get_node_type(), and NULL_NODE. Referenced by CL_DomNodeList::CL_DomNodeList(), CL_DomDocument::clear_all(), CL_DomElement::get_text(), and named_item(). |
|
|
Definition at line 226 of file dom_node.cpp. References get_node_type(), and PROCESSING_INSTRUCTION_NODE. Referenced by to_processing_instruction(). |
|
|
Definition at line 206 of file dom_node.cpp. References get_node_type(), and TEXT_NODE. Referenced by CL_DomElement::get_text(), and to_text(). |
|
|
Definition at line 425 of file dom_node.cpp. References CL_DomNode(), get_first_child(), get_next_sibling(), get_node_name(), and is_null(). |
|
|
Operations:.
Definition at line 259 of file dom_node.cpp. References CL_SharedPtr< T, U >::impl, and impl. |
|
|
Definition at line 265 of file dom_node.cpp. References CL_SharedPtr< T, U >::impl, and impl. |
|
|
Definition at line 304 of file dom_node.cpp. References CL_DomNode(), CL_SharedPtr< T, U >::impl, and impl. Referenced by CL_DomDocument::clear_all(). |
|
||||||||||||
|
Definition at line 287 of file dom_node.cpp. References CL_DomNode(), CL_SharedPtr< T, U >::impl, and impl. |
|
|
Definition at line 132 of file dom_node.cpp. References impl. |
|
|
Definition at line 359 of file dom_node.cpp. |
|
|
Definition at line 371 of file dom_node.cpp. References impl, and is_cdata_section(). |
|
|
Definition at line 395 of file dom_node.cpp. References impl, and is_comment(). |
|
|
Definition at line 401 of file dom_node.cpp. References CL_DomDocument, impl, and is_document(). |
|
|
Definition at line 413 of file dom_node.cpp. References impl, and is_document_fragment(). |
|
|
Definition at line 407 of file dom_node.cpp. References impl, and is_document_type(). |
|
|
Definition at line 353 of file dom_node.cpp. References impl, and is_element(). Referenced by CL_DomDocument::get_document_element(). |
|
|
Definition at line 383 of file dom_node.cpp. References impl, and is_entity(). |
|
|
Definition at line 377 of file dom_node.cpp. References impl, and is_entity_reference(). |
|
|
Definition at line 419 of file dom_node.cpp. References impl, and is_notation(). |
|
|
Definition at line 389 of file dom_node.cpp. References impl, and is_processing_instruction(). |
|
|
Definition at line 365 of file dom_node.cpp. |
|
|
Definition at line 329 of file dom_node.h. Referenced by get_owner_document(), and to_document(). |
|
1.4.1