MCPcopy Create free account
hub / github.com/cinder/Cinder / type

Method type

include/rapidxml/rapidxml.hpp:913–916  ·  view source on GitHub ↗

Gets type of node. \return Type of node.

Source from the content-addressed store, hash-verified

911 //! Gets type of node.
912 //! \return Type of node.
913 node_type type() const
914 {
915 return m_type;
916 }
917
918 ///////////////////////////////////////////////////////////////////////////
919 // Related nodes access

Callers 13

clone_nodeMethod · 0.45
documentMethod · 0.45
documentMethod · 0.45
prepend_nodeMethod · 0.45
append_nodeMethod · 0.45
insert_nodeMethod · 0.45
print_data_nodeFunction · 0.45
print_cdata_nodeFunction · 0.45
print_element_nodeFunction · 0.45
print_comment_nodeFunction · 0.45
print_doctype_nodeFunction · 0.45
print_pi_nodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected