Reverting selected changes based on discussion
This commit is contained in:
parent
5f55411972
commit
ff304ef2f0
@ -1254,7 +1254,7 @@ namespace pugi
|
|||||||
|
|
||||||
// Construct XPath node from XML node/attribute
|
// Construct XPath node from XML node/attribute
|
||||||
xpath_node(const xml_node& node);
|
xpath_node(const xml_node& node);
|
||||||
explicit xpath_node(const xml_attribute& attribute, const xml_node& parent);
|
xpath_node(const xml_attribute& attribute, const xml_node& parent);
|
||||||
|
|
||||||
// Get node/attribute, if any
|
// Get node/attribute, if any
|
||||||
xml_node node() const;
|
xml_node node() const;
|
||||||
@ -1302,7 +1302,7 @@ namespace pugi
|
|||||||
xpath_node_set();
|
xpath_node_set();
|
||||||
|
|
||||||
// Constructs a set from iterator range; data is not checked for duplicates and is not sorted according to provided type, so be careful
|
// Constructs a set from iterator range; data is not checked for duplicates and is not sorted according to provided type, so be careful
|
||||||
explicit xpath_node_set(const_iterator begin, const_iterator end, type_t type = type_unsorted);
|
xpath_node_set(const_iterator begin, const_iterator end, type_t type = type_unsorted);
|
||||||
|
|
||||||
// Destructor
|
// Destructor
|
||||||
~xpath_node_set();
|
~xpath_node_set();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user