CARLA
 
载入中...
搜索中...
未找到
Public 类型 | Public 成员函数 | Protected 类型 | Protected 属性 | 友元 | 所有成员列表
pugi::xml_node类 参考

#include <pugixml.hpp>

+ 类 pugi::xml_node 继承关系图:
+ pugi::xml_node 的协作图:

Public 类型

typedef xml_attribute_iterator attribute_iterator
 
typedef xml_node_iterator iterator
 

Public 成员函数

xml_attribute append_attribute (const char_t *name)
 
xml_parse_result append_buffer (const void *contents, size_t size, unsigned int options=parse_default, xml_encoding encoding=encoding_auto)
 
xml_node append_child (const char_t *name)
 
xml_node append_child (xml_node_type type=node_element)
 
xml_attribute append_copy (const xml_attribute &proto)
 
xml_node append_copy (const xml_node &proto)
 
xml_node append_move (const xml_node &moved)
 
xml_attribute attribute (const char_t *name) const
 
xml_attribute attribute (const char_t *name, xml_attribute &hint) const
 
xml_object_range< xml_attribute_iteratorattributes () const
 
attribute_iterator attributes_begin () const
 
attribute_iterator attributes_end () const
 
iterator begin () const
 
xml_node child (const char_t *name) const
 
const char_tchild_value () const
 
const char_tchild_value (const char_t *name) const
 
xml_object_range< xml_node_iteratorchildren () const
 
xml_object_range< xml_named_node_iteratorchildren (const char_t *name) const
 
bool empty () const
 
iterator end () const
 
template<typename Predicate >
xml_attribute find_attribute (Predicate pred) const
 
template<typename Predicate >
xml_node find_child (Predicate pred) const
 
xml_node find_child_by_attribute (const char_t *attr_name, const char_t *attr_value) const
 
xml_node find_child_by_attribute (const char_t *name, const char_t *attr_name, const char_t *attr_value) const
 
template<typename Predicate >
xml_node find_node (Predicate pred) const
 
xml_attribute first_attribute () const
 
xml_node first_child () const
 
xml_node first_element_by_path (const char_t *path, char_t delimiter='/') const
 
size_t hash_value () const
 
xml_attribute insert_attribute_after (const char_t *name, const xml_attribute &attr)
 
xml_attribute insert_attribute_before (const char_t *name, const xml_attribute &attr)
 
xml_node insert_child_after (const char_t *name, const xml_node &node)
 
xml_node insert_child_after (xml_node_type type, const xml_node &node)
 
xml_node insert_child_before (const char_t *name, const xml_node &node)
 
xml_node insert_child_before (xml_node_type type, const xml_node &node)
 
xml_attribute insert_copy_after (const xml_attribute &proto, const xml_attribute &attr)
 
xml_node insert_copy_after (const xml_node &proto, const xml_node &node)
 
xml_attribute insert_copy_before (const xml_attribute &proto, const xml_attribute &attr)
 
xml_node insert_copy_before (const xml_node &proto, const xml_node &node)
 
xml_node insert_move_after (const xml_node &moved, const xml_node &node)
 
xml_node insert_move_before (const xml_node &moved, const xml_node &node)
 
xml_node_structinternal_object () const
 
xml_attribute last_attribute () const
 
xml_node last_child () const
 
const char_tname () const
 
xml_node next_sibling () const
 
xml_node next_sibling (const char_t *name) const
 
ptrdiff_t offset_debug () const
 
 operator unspecified_bool_type () const
 
bool operator! () const
 
bool operator!= (const xml_node &r) const
 
bool operator< (const xml_node &r) const
 
bool operator<= (const xml_node &r) const
 
bool operator== (const xml_node &r) const
 
bool operator> (const xml_node &r) const
 
bool operator>= (const xml_node &r) const
 
xml_node parent () const
 
string_t path (char_t delimiter='/') const
 
xml_attribute prepend_attribute (const char_t *name)
 
xml_node prepend_child (const char_t *name)
 
xml_node prepend_child (xml_node_type type=node_element)
 
xml_attribute prepend_copy (const xml_attribute &proto)
 
xml_node prepend_copy (const xml_node &proto)
 
xml_node prepend_move (const xml_node &moved)
 
xml_node previous_sibling () const
 
xml_node previous_sibling (const char_t *name) const
 
void print (std::basic_ostream< char, std::char_traits< char > > &os, const char_t *indent=PUGIXML_TEXT("\t"), unsigned int flags=format_default, xml_encoding encoding=encoding_auto, unsigned int depth=0) const
 
void print (std::basic_ostream< wchar_t, std::char_traits< wchar_t > > &os, const char_t *indent=PUGIXML_TEXT("\t"), unsigned int flags=format_default, unsigned int depth=0) const
 
void print (xml_writer &writer, const char_t *indent=PUGIXML_TEXT("\t"), unsigned int flags=format_default, xml_encoding encoding=encoding_auto, unsigned int depth=0) const
 
bool remove_attribute (const char_t *name)
 
bool remove_attribute (const xml_attribute &a)
 
bool remove_child (const char_t *name)
 
bool remove_child (const xml_node &n)
 
xml_node root () const
 
xpath_node select_node (const char_t *query, xpath_variable_set *variables=0) const
 
xpath_node select_node (const xpath_query &query) const
 
xpath_node_set select_nodes (const char_t *query, xpath_variable_set *variables=0) const
 
xpath_node_set select_nodes (const xpath_query &query) const
 
PUGIXML_DEPRECATED xpath_node select_single_node (const char_t *query, xpath_variable_set *variables=0) const
 
PUGIXML_DEPRECATED xpath_node select_single_node (const xpath_query &query) const
 
bool set_name (const char_t *rhs)
 
bool set_value (const char_t *rhs)
 
xml_text text () const
 
bool traverse (xml_tree_walker &walker)
 
xml_node_type type () const
 
const char_tvalue () const
 
 xml_node ()
 
 xml_node (xml_node_struct *p)
 

Protected 类型

typedef void(* unspecified_bool_type) (xml_node ***)
 

Protected 属性

xml_node_struct_root
 

友元

class xml_attribute_iterator
 
class xml_named_node_iterator
 
class xml_node_iterator
 

详细描述

在文件 pugixml.hpp450 行定义.

成员类型定义说明

◆ attribute_iterator

在文件 pugixml.hpp678 行定义.

◆ iterator

在文件 pugixml.hpp672 行定义.

◆ unspecified_bool_type

typedef void(* pugi::xml_node::unspecified_bool_type) (xml_node ***)
protected

在文件 pugixml.hpp459 行定义.

构造及析构函数说明

◆ xml_node() [1/2]

PUGI__FN pugi::xml_node::xml_node ( )

◆ xml_node() [2/2]

PUGI__FN pugi::xml_node::xml_node ( xml_node_struct * p)
explicit

在文件 pugixml.cpp5387 行定义.

成员函数说明

◆ append_attribute()

PUGI__FN xml_attribute pugi::xml_node::append_attribute ( const char_t * name)

在文件 pugixml.cpp5652 行定义.

引用了 pugi::xml_attribute::_attr, _root, pugi::xml_attribute::set_name() , 以及 type().

+ 函数调用图:

◆ append_buffer()

PUGI__FN xml_parse_result pugi::xml_node::append_buffer ( const void * contents,
size_t size,
unsigned int options = parse_default,
xml_encoding encoding = encoding_auto )

在文件 pugixml.cpp6073 行定义.

引用了 _root, pugi::node_element, pugi::status_append_invalid_root, pugi::status_out_of_memory , 以及 type().

+ 函数调用图:

◆ append_child() [1/2]

PUGI__FN xml_node pugi::xml_node::append_child ( const char_t * name)

在文件 pugixml.cpp5862 行定义.

引用了 append_child(), pugi::node_element , 以及 set_name().

+ 函数调用图:

◆ append_child() [2/2]

PUGI__FN xml_node pugi::xml_node::append_child ( xml_node_type type = node_element)

在文件 pugixml.cpp5792 行定义.

引用了 _root, pugi::node_declaration, PUGIXML_TEXT, set_name(), type() , 以及 xml_node().

被这些函数引用 append_child().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ append_copy() [1/2]

PUGI__FN xml_attribute pugi::xml_node::append_copy ( const xml_attribute & proto)

在文件 pugixml.cpp5722 行定义.

引用了 pugi::xml_attribute::_attr, _root , 以及 type().

被这些函数引用 pugi::xml_document::reset().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ append_copy() [2/2]

PUGI__FN xml_node pugi::xml_node::append_copy ( const xml_node & proto)

在文件 pugixml.cpp5898 行定义.

引用了 _root, type() , 以及 xml_node().

+ 函数调用图:

◆ append_move()

PUGI__FN xml_node pugi::xml_node::append_move ( const xml_node & moved)

在文件 pugixml.cpp5968 行定义.

引用了 _root , 以及 xml_node().

+ 函数调用图:

◆ attribute() [1/2]

PUGI__FN xml_attribute pugi::xml_node::attribute ( const char_t * name) const

◆ attribute() [2/2]

PUGI__FN xml_attribute pugi::xml_node::attribute ( const char_t * name,
xml_attribute & hint ) const

◆ attributes()

PUGI__FN xml_object_range< xml_attribute_iterator > pugi::xml_node::attributes ( ) const

在文件 pugixml.cpp5435 行定义.

引用了 attributes_begin() , 以及 attributes_end().

+ 函数调用图:

◆ attributes_begin()

PUGI__FN xml_node::attribute_iterator pugi::xml_node::attributes_begin ( ) const

在文件 pugixml.cpp5415 行定义.

引用了 _root , 以及 pugi::xml_node_struct::first_attribute.

被这些函数引用 attributes().

+ 这是这个函数的调用关系图:

◆ attributes_end()

PUGI__FN xml_node::attribute_iterator pugi::xml_node::attributes_end ( ) const

在文件 pugixml.cpp5420 行定义.

引用了 _root.

被这些函数引用 attributes().

+ 这是这个函数的调用关系图:

◆ begin()

PUGI__FN xml_node::iterator pugi::xml_node::begin ( ) const

在文件 pugixml.cpp5405 行定义.

引用了 _root , 以及 pugi::xml_node_struct::first_child.

被这些函数引用 children().

+ 这是这个函数的调用关系图:

◆ child()

PUGI__FN xml_node pugi::xml_node::child ( const char_t * name) const

◆ child_value() [1/2]

PUGI__FN const char_t * pugi::xml_node::child_value ( ) const

在文件 pugixml.cpp5592 行定义.

引用了 _root, pugi::xml_node_struct::first_child, pugi::node_element, PUGI__NODETYPE, PUGIXML_TEXT , 以及 pugi::xml_node_struct::value.

被这些函数引用 child_value() , 以及 carla::opendrive::parser::GeoReferenceParser::Parse().

+ 这是这个函数的调用关系图:

◆ child_value() [2/2]

PUGI__FN const char_t * pugi::xml_node::child_value ( const char_t * name) const

在文件 pugixml.cpp5607 行定义.

引用了 child() , 以及 child_value().

+ 函数调用图:

◆ children() [1/2]

PUGI__FN xml_object_range< xml_node_iterator > pugi::xml_node::children ( ) const

在文件 pugixml.cpp5425 行定义.

引用了 begin() , 以及 end().

被这些函数引用 carla::opendrive::parser::GeometryParser::Parse(), carla::opendrive::parser::JunctionParser::Parse(), carla::opendrive::parser::LaneParser::Parse(), carla::opendrive::parser::ObjectParser::Parse(), carla::opendrive::parser::ProfilesParser::Parse(), carla::opendrive::parser::RoadParser::Parse(), carla::opendrive::parser::SignalParser::Parse(), carla::opendrive::parser::ParseLanes(), test_geometry(), test_junctions(), test_road_elevation() , 以及 test_roads().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ children() [2/2]

PUGI__FN xml_object_range< xml_named_node_iterator > pugi::xml_node::children ( const char_t * name) const

在文件 pugixml.cpp5430 行定义.

引用了 _root, child() , 以及 xml_named_node_iterator.

+ 函数调用图:

◆ empty()

PUGI__FN bool pugi::xml_node::empty ( ) const

在文件 pugixml.cpp5470 行定义.

引用了 _root.

◆ end()

PUGI__FN xml_node::iterator pugi::xml_node::end ( ) const

在文件 pugixml.cpp5410 行定义.

引用了 _root.

被这些函数引用 children().

+ 这是这个函数的调用关系图:

◆ find_attribute()

template<typename Predicate >
xml_attribute pugi::xml_node::find_attribute ( Predicate pred) const
inline

在文件 pugixml.hpp585 行定义.

引用了 pugi::xml_attribute::next_attribute().

+ 函数调用图:

◆ find_child()

template<typename Predicate >
xml_node pugi::xml_node::find_child ( Predicate pred) const
inline

在文件 pugixml.hpp597 行定义.

引用了 next_sibling().

+ 函数调用图:

◆ find_child_by_attribute() [1/2]

PUGI__FN xml_node pugi::xml_node::find_child_by_attribute ( const char_t * attr_name,
const char_t * attr_value ) const

在文件 pugixml.cpp6123 行定义.

引用了 _root, pugi::xml_node_struct::first_child, PUGIXML_TEXT , 以及 xml_node().

+ 函数调用图:

◆ find_child_by_attribute() [2/2]

PUGI__FN xml_node pugi::xml_node::find_child_by_attribute ( const char_t * name,
const char_t * attr_name,
const char_t * attr_value ) const

在文件 pugixml.cpp6108 行定义.

引用了 _root, pugi::xml_node_struct::first_child, PUGIXML_TEXT , 以及 xml_node().

+ 函数调用图:

◆ find_node()

template<typename Predicate >
xml_node pugi::xml_node::find_node ( Predicate pred) const
inline

在文件 pugixml.hpp609 行定义.

引用了 _root, first_child(), next_sibling() , 以及 parent().

+ 函数调用图:

◆ first_attribute()

PUGI__FN xml_attribute pugi::xml_node::first_attribute ( ) const

在文件 pugixml.cpp5612 行定义.

引用了 _root , 以及 pugi::xml_node_struct::first_attribute.

◆ first_child()

PUGI__FN xml_node pugi::xml_node::first_child ( ) const

在文件 pugixml.cpp5622 行定义.

引用了 _root, pugi::xml_node_struct::first_child , 以及 xml_node().

被这些函数引用 find_node(), carla::opendrive::parser::GeometryParser::Parse() , 以及 pugi::xml_document::reset().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ first_element_by_path()

PUGI__FN xml_node pugi::xml_node::first_element_by_path ( const char_t * path,
char_t delimiter = '/' ) const

在文件 pugixml.cpp6171 行定义.

引用了 _root, pugi::xml_node_struct::first_child, first_element_by_path(), parent(), root() , 以及 xml_node().

被这些函数引用 first_element_by_path().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ hash_value()

PUGI__FN size_t pugi::xml_node::hash_value ( ) const

在文件 pugixml.cpp6265 行定义.

引用了 _root.

◆ insert_attribute_after()

PUGI__FN xml_attribute pugi::xml_node::insert_attribute_after ( const char_t * name,
const xml_attribute & attr )

在文件 pugixml.cpp5686 行定义.

引用了 pugi::xml_attribute::_attr, _root, pugi::xml_attribute::set_name() , 以及 type().

+ 函数调用图:

◆ insert_attribute_before()

PUGI__FN xml_attribute pugi::xml_node::insert_attribute_before ( const char_t * name,
const xml_attribute & attr )

在文件 pugixml.cpp5704 行定义.

引用了 pugi::xml_attribute::_attr, _root, pugi::xml_attribute::set_name() , 以及 type().

+ 函数调用图:

◆ insert_child_after() [1/2]

PUGI__FN xml_node pugi::xml_node::insert_child_after ( const char_t * name,
const xml_node & node )

在文件 pugixml.cpp5880 行定义.

引用了 insert_child_after(), pugi::node_element , 以及 set_name().

+ 函数调用图:

◆ insert_child_after() [2/2]

PUGI__FN xml_node pugi::xml_node::insert_child_after ( xml_node_type type,
const xml_node & node )

在文件 pugixml.cpp5844 行定义.

引用了 _root, pugi::node_declaration, pugi::xml_node_struct::parent, PUGIXML_TEXT, set_name(), type() , 以及 xml_node().

被这些函数引用 insert_child_after().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ insert_child_before() [1/2]

PUGI__FN xml_node pugi::xml_node::insert_child_before ( const char_t * name,
const xml_node & node )

在文件 pugixml.cpp5889 行定义.

引用了 insert_child_before(), pugi::node_element , 以及 set_name().

+ 函数调用图:

◆ insert_child_before() [2/2]

PUGI__FN xml_node pugi::xml_node::insert_child_before ( xml_node_type type,
const xml_node & node )

在文件 pugixml.cpp5826 行定义.

引用了 _root, pugi::node_declaration, pugi::xml_node_struct::parent, PUGIXML_TEXT, set_name(), type() , 以及 xml_node().

被这些函数引用 insert_child_before().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ insert_copy_after() [1/2]

PUGI__FN xml_attribute pugi::xml_node::insert_copy_after ( const xml_attribute & proto,
const xml_attribute & attr )

在文件 pugixml.cpp5756 行定义.

引用了 pugi::xml_attribute::_attr, _root , 以及 type().

+ 函数调用图:

◆ insert_copy_after() [2/2]

PUGI__FN xml_node pugi::xml_node::insert_copy_after ( const xml_node & proto,
const xml_node & node )

在文件 pugixml.cpp5932 行定义.

引用了 _root, pugi::xml_node_struct::parent, type() , 以及 xml_node().

+ 函数调用图:

◆ insert_copy_before() [1/2]

PUGI__FN xml_attribute pugi::xml_node::insert_copy_before ( const xml_attribute & proto,
const xml_attribute & attr )

在文件 pugixml.cpp5774 行定义.

引用了 pugi::xml_attribute::_attr, _root , 以及 type().

+ 函数调用图:

◆ insert_copy_before() [2/2]

PUGI__FN xml_node pugi::xml_node::insert_copy_before ( const xml_node & proto,
const xml_node & node )

在文件 pugixml.cpp5950 行定义.

引用了 _root, pugi::xml_node_struct::parent, type() , 以及 xml_node().

+ 函数调用图:

◆ insert_move_after()

PUGI__FN xml_node pugi::xml_node::insert_move_after ( const xml_node & moved,
const xml_node & node )

在文件 pugixml.cpp6000 行定义.

引用了 _root, pugi::xml_node_struct::parent , 以及 xml_node().

+ 函数调用图:

◆ insert_move_before()

PUGI__FN xml_node pugi::xml_node::insert_move_before ( const xml_node & moved,
const xml_node & node )

在文件 pugixml.cpp6018 行定义.

引用了 _root, pugi::xml_node_struct::parent , 以及 xml_node().

+ 函数调用图:

◆ internal_object()

PUGI__FN xml_node_struct * pugi::xml_node::internal_object ( ) const

在文件 pugixml.cpp6270 行定义.

引用了 _root.

◆ last_attribute()

PUGI__FN xml_attribute pugi::xml_node::last_attribute ( ) const

在文件 pugixml.cpp5617 行定义.

引用了 _root, pugi::xml_node_struct::first_attribute , 以及 pugi::xml_attribute_struct::prev_attribute_c.

被这些函数引用 pugi::xml_attribute_iterator::operator--().

+ 这是这个函数的调用关系图:

◆ last_child()

PUGI__FN xml_node pugi::xml_node::last_child ( ) const

在文件 pugixml.cpp5627 行定义.

引用了 _root, pugi::xml_node_struct::first_child, pugi::xml_node_struct::prev_sibling_c , 以及 xml_node().

被这些函数引用 pugi::xml_node_iterator::operator--() , 以及 pugi::xml_named_node_iterator::operator--().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ name()

PUGI__FN const char_t * pugi::xml_node::name ( ) const

在文件 pugixml.cpp5475 行定义.

引用了 _root, pugi::xml_node_struct::name , 以及 PUGIXML_TEXT.

被这些函数引用 pugi::xml_named_node_iterator::operator--() , 以及 carla::opendrive::parser::GeometryParser::Parse().

+ 这是这个函数的调用关系图:

◆ next_sibling() [1/2]

PUGI__FN xml_node pugi::xml_node::next_sibling ( ) const

在文件 pugixml.cpp5521 行定义.

引用了 _root, pugi::xml_node_struct::next_sibling , 以及 xml_node().

被这些函数引用 find_child(), find_node() , 以及 pugi::xml_named_node_iterator::operator++().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ next_sibling() [2/2]

PUGI__FN xml_node pugi::xml_node::next_sibling ( const char_t * name) const

在文件 pugixml.cpp5511 行定义.

引用了 _root, pugi::xml_node_struct::next_sibling , 以及 xml_node().

+ 函数调用图:

◆ offset_debug()

PUGI__FN ptrdiff_t pugi::xml_node::offset_debug ( ) const

在文件 pugixml.cpp6302 行定义.

引用了 _root, pugi::xml_node_struct::header, pugi::xml_node_struct::name, pugi::node_cdata, pugi::node_comment, pugi::node_declaration, pugi::node_doctype, pugi::node_document, pugi::node_element, pugi::node_pcdata, pugi::node_pi, type() , 以及 pugi::xml_node_struct::value.

+ 函数调用图:

◆ operator unspecified_bool_type()

PUGI__FN pugi::xml_node::operator xml_node::unspecified_bool_type ( ) const

在文件 pugixml.cpp5395 行定义.

引用了 _root , 以及 pugi::unspecified_bool_xml_node().

+ 函数调用图:

◆ operator!()

PUGI__FN bool pugi::xml_node::operator! ( ) const

在文件 pugixml.cpp5400 行定义.

引用了 _root.

◆ operator!=()

PUGI__FN bool pugi::xml_node::operator!= ( const xml_node & r) const

在文件 pugixml.cpp5445 行定义.

引用了 _root.

◆ operator<()

PUGI__FN bool pugi::xml_node::operator< ( const xml_node & r) const

在文件 pugixml.cpp5450 行定义.

引用了 _root.

◆ operator<=()

PUGI__FN bool pugi::xml_node::operator<= ( const xml_node & r) const

在文件 pugixml.cpp5460 行定义.

引用了 _root.

◆ operator==()

PUGI__FN bool pugi::xml_node::operator== ( const xml_node & r) const

在文件 pugixml.cpp5440 行定义.

引用了 _root.

◆ operator>()

PUGI__FN bool pugi::xml_node::operator> ( const xml_node & r) const

在文件 pugixml.cpp5455 行定义.

引用了 _root.

◆ operator>=()

PUGI__FN bool pugi::xml_node::operator>= ( const xml_node & r) const

在文件 pugixml.cpp5465 行定义.

引用了 _root.

◆ parent()

PUGI__FN xml_node pugi::xml_node::parent ( ) const

在文件 pugixml.cpp5577 行定义.

引用了 _root, pugi::xml_node_struct::parent , 以及 xml_node().

被这些函数引用 find_node(), first_element_by_path() , 以及 pugi::xpath_node::parent().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ path()

PUGI__FN string_t pugi::xml_node::path ( char_t delimiter = '/') const

在文件 pugixml.cpp6136 行定义.

引用了 _root , 以及 pugi::xml_node_struct::parent.

◆ prepend_attribute()

PUGI__FN xml_attribute pugi::xml_node::prepend_attribute ( const char_t * name)

在文件 pugixml.cpp5669 行定义.

引用了 pugi::xml_attribute::_attr, _root, pugi::xml_attribute::set_name() , 以及 type().

+ 函数调用图:

◆ prepend_child() [1/2]

PUGI__FN xml_node pugi::xml_node::prepend_child ( const char_t * name)

在文件 pugixml.cpp5871 行定义.

引用了 pugi::node_element, prepend_child() , 以及 set_name().

+ 函数调用图:

◆ prepend_child() [2/2]

PUGI__FN xml_node pugi::xml_node::prepend_child ( xml_node_type type = node_element)

在文件 pugixml.cpp5809 行定义.

引用了 _root, pugi::node_declaration, PUGIXML_TEXT, set_name(), type() , 以及 xml_node().

被这些函数引用 prepend_child().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ prepend_copy() [1/2]

PUGI__FN xml_attribute pugi::xml_node::prepend_copy ( const xml_attribute & proto)

在文件 pugixml.cpp5739 行定义.

引用了 pugi::xml_attribute::_attr, _root , 以及 type().

+ 函数调用图:

◆ prepend_copy() [2/2]

PUGI__FN xml_node pugi::xml_node::prepend_copy ( const xml_node & proto)

在文件 pugixml.cpp5915 行定义.

引用了 _root, type() , 以及 xml_node().

+ 函数调用图:

◆ prepend_move()

PUGI__FN xml_node pugi::xml_node::prepend_move ( const xml_node & moved)

在文件 pugixml.cpp5984 行定义.

引用了 _root , 以及 xml_node().

+ 函数调用图:

◆ previous_sibling() [1/2]

PUGI__FN xml_node pugi::xml_node::previous_sibling ( ) const

在文件 pugixml.cpp5569 行定义.

引用了 _root, pugi::xml_node_struct::next_sibling, pugi::xml_node_struct::prev_sibling_c , 以及 xml_node().

被这些函数引用 pugi::xml_node_iterator::operator--() , 以及 pugi::xml_named_node_iterator::operator--().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ previous_sibling() [2/2]

PUGI__FN xml_node pugi::xml_node::previous_sibling ( const char_t * name) const

在文件 pugixml.cpp5526 行定义.

引用了 _root, pugi::xml_node_struct::prev_sibling_c , 以及 xml_node().

+ 函数调用图:

◆ print() [1/3]

PUGI__FN void pugi::xml_node::print ( std::basic_ostream< char, std::char_traits< char > > & os,
const char_t * indent = PUGIXML_TEXT("\t"),
unsigned int flags = format_default,
xml_encoding encoding = encoding_auto,
unsigned int depth = 0 ) const

在文件 pugixml.cpp6287 行定义.

引用了 print().

+ 函数调用图:

◆ print() [2/3]

PUGI__FN void pugi::xml_node::print ( std::basic_ostream< wchar_t, std::char_traits< wchar_t > > & os,
const char_t * indent = PUGIXML_TEXT("\t"),
unsigned int flags = format_default,
unsigned int depth = 0 ) const

在文件 pugixml.cpp6294 行定义.

引用了 pugi::encoding_wchar , 以及 print().

+ 函数调用图:

◆ print() [3/3]

PUGI__FN void pugi::xml_node::print ( xml_writer & writer,
const char_t * indent = PUGIXML_TEXT("\t"),
unsigned int flags = format_default,
xml_encoding encoding = encoding_auto,
unsigned int depth = 0 ) const

在文件 pugixml.cpp6275 行定义.

引用了 _root.

被这些函数引用 print() , 以及 print().

+ 这是这个函数的调用关系图:

◆ remove_attribute() [1/2]

PUGI__FN bool pugi::xml_node::remove_attribute ( const char_t * name)

在文件 pugixml.cpp6036 行定义.

引用了 attribute() , 以及 remove_attribute().

+ 函数调用图:

◆ remove_attribute() [2/2]

PUGI__FN bool pugi::xml_node::remove_attribute ( const xml_attribute & a)

在文件 pugixml.cpp6041 行定义.

引用了 pugi::xml_attribute::_attr , 以及 _root.

被这些函数引用 remove_attribute().

+ 这是这个函数的调用关系图:

◆ remove_child() [1/2]

PUGI__FN bool pugi::xml_node::remove_child ( const char_t * name)

在文件 pugixml.cpp6055 行定义.

引用了 child() , 以及 remove_child().

+ 函数调用图:

◆ remove_child() [2/2]

PUGI__FN bool pugi::xml_node::remove_child ( const xml_node & n)

在文件 pugixml.cpp6060 行定义.

引用了 _root , 以及 pugi::xml_node_struct::parent.

被这些函数引用 remove_child().

+ 这是这个函数的调用关系图:

◆ root()

PUGI__FN xml_node pugi::xml_node::root ( ) const

在文件 pugixml.cpp5582 行定义.

引用了 _root , 以及 xml_node().

被这些函数引用 first_element_by_path().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ select_node() [1/2]

PUGI__FN xpath_node pugi::xml_node::select_node ( const char_t * query,
xpath_variable_set * variables = 0 ) const

在文件 pugixml.cpp12696 行定义.

引用了 pugi::xpath_query::evaluate_node().

+ 函数调用图:

◆ select_node() [2/2]

PUGI__FN xpath_node pugi::xml_node::select_node ( const xpath_query & query) const

在文件 pugixml.cpp12702 行定义.

引用了 pugi::xpath_query::evaluate_node().

+ 函数调用图:

◆ select_nodes() [1/2]

PUGI__FN xpath_node_set pugi::xml_node::select_nodes ( const char_t * query,
xpath_variable_set * variables = 0 ) const

在文件 pugixml.cpp12707 行定义.

引用了 pugi::xpath_query::evaluate_node_set().

+ 函数调用图:

◆ select_nodes() [2/2]

PUGI__FN xpath_node_set pugi::xml_node::select_nodes ( const xpath_query & query) const

在文件 pugixml.cpp12713 行定义.

引用了 pugi::xpath_query::evaluate_node_set().

+ 函数调用图:

◆ select_single_node() [1/2]

PUGI__FN xpath_node pugi::xml_node::select_single_node ( const char_t * query,
xpath_variable_set * variables = 0 ) const

在文件 pugixml.cpp12718 行定义.

引用了 pugi::xpath_query::evaluate_node().

+ 函数调用图:

◆ select_single_node() [2/2]

PUGI__FN xpath_node pugi::xml_node::select_single_node ( const xpath_query & query) const

在文件 pugixml.cpp12724 行定义.

引用了 pugi::xpath_query::evaluate_node().

+ 函数调用图:

◆ set_name()

PUGI__FN bool pugi::xml_node::set_name ( const char_t * rhs)

在文件 pugixml.cpp5632 行定义.

引用了 _root, pugi::xml_node_struct::header, pugi::xml_node_struct::name, pugi::node_declaration, pugi::node_element, pugi::node_null, pugi::node_pi , 以及 PUGI__NODETYPE.

被这些函数引用 append_child(), append_child(), insert_child_after(), insert_child_after(), insert_child_before(), insert_child_before(), prepend_child() , 以及 prepend_child().

+ 这是这个函数的调用关系图:

◆ set_value()

PUGI__FN bool pugi::xml_node::set_value ( const char_t * rhs)

◆ text()

PUGI__FN xml_text pugi::xml_node::text ( ) const

在文件 pugixml.cpp5587 行定义.

引用了 _root.

◆ traverse()

PUGI__FN bool pugi::xml_node::traverse ( xml_tree_walker & walker)

在文件 pugixml.cpp6218 行定义.

引用了 pugi::xml_tree_walker::_depth, _root, pugi::xml_tree_walker::begin(), pugi::xml_tree_walker::end(), pugi::xml_node_struct::first_child, pugi::xml_tree_walker::for_each(), pugi::xml_node_struct::next_sibling , 以及 pugi::xml_node_struct::parent.

+ 函数调用图:

◆ type()

PUGI__FN xml_node_type pugi::xml_node::type ( ) const

在文件 pugixml.cpp5480 行定义.

引用了 _root, pugi::node_null , 以及 PUGI__NODETYPE.

被这些函数引用 append_attribute(), append_buffer(), append_child(), append_copy(), append_copy(), insert_attribute_after(), insert_attribute_before(), insert_child_after(), insert_child_before(), insert_copy_after(), insert_copy_after(), insert_copy_before(), insert_copy_before(), offset_debug(), prepend_attribute(), prepend_child(), prepend_copy() , 以及 prepend_copy().

+ 这是这个函数的调用关系图:

◆ value()

PUGI__FN const char_t * pugi::xml_node::value ( ) const

在文件 pugixml.cpp5485 行定义.

引用了 _root, PUGIXML_TEXT , 以及 pugi::xml_node_struct::value.

友元及相关函数文档

◆ xml_attribute_iterator

friend class xml_attribute_iterator
friend

在文件 pugixml.hpp452 行定义.

◆ xml_named_node_iterator

friend class xml_named_node_iterator
friend

在文件 pugixml.hpp454 行定义.

被这些函数引用 children().

◆ xml_node_iterator

friend class xml_node_iterator
friend

在文件 pugixml.hpp453 行定义.

类成员变量说明

◆ _root

xml_node_struct* pugi::xml_node::_root
protected

在文件 pugixml.hpp457 行定义.

被这些函数引用 pugi::xml_document::_create(), pugi::xml_document::_destroy(), append_attribute(), append_buffer(), append_child(), append_copy(), append_copy(), append_move(), attribute(), attribute(), attributes_begin(), attributes_end(), begin(), child(), child_value(), children(), pugi::xml_document::document_element(), empty(), end(), find_child_by_attribute(), find_child_by_attribute(), find_node(), first_attribute(), first_child(), first_element_by_path(), hash_value(), insert_attribute_after(), insert_attribute_before(), insert_child_after(), insert_child_before(), insert_copy_after(), insert_copy_after(), insert_copy_before(), insert_copy_before(), insert_move_after(), insert_move_before(), internal_object(), last_attribute(), last_child(), pugi::xml_document::load(), pugi::xml_document::load(), pugi::xml_document::load_buffer(), pugi::xml_document::load_buffer_inplace(), pugi::xml_document::load_buffer_inplace_own(), pugi::xml_document::load_file(), pugi::xml_document::load_file(), name(), next_sibling(), next_sibling(), offset_debug(), operator unspecified_bool_type(), operator!(), pugi::xml_attribute_iterator::operator!=(), pugi::xml_named_node_iterator::operator!=(), operator!=(), pugi::xml_node_iterator::operator!=(), pugi::xml_node_iterator::operator*(), pugi::xml_named_node_iterator::operator*(), pugi::xml_node_iterator::operator++(), pugi::xml_named_node_iterator::operator++(), pugi::xml_node_iterator::operator--(), pugi::xml_named_node_iterator::operator--(), pugi::xml_node_iterator::operator->(), pugi::xml_named_node_iterator::operator->(), operator<(), operator<=(), pugi::xml_attribute_iterator::operator==(), pugi::xml_named_node_iterator::operator==(), operator==(), pugi::xml_node_iterator::operator==(), operator>(), operator>=(), parent(), path(), prepend_attribute(), prepend_child(), prepend_copy(), prepend_copy(), prepend_move(), previous_sibling(), previous_sibling(), print(), remove_attribute(), remove_child(), root(), pugi::xml_document::save(), set_name(), set_value(), text(), traverse(), type() , 以及 value().


该类的文档由以下文件生成: