Commit Graph

12 Commits

Author SHA1 Message Date
Ioana Stanciu c56216f5a8 Updated copyright notices. 2023-05-23 17:01:06 +03:00
marian 173af54bed Constified method input parameter.
git-svn-id: http://voip.null.ro/svn/yate@6572 acf43c95-373e-0410-b603-e72c3f656dc1
2022-12-12 11:14:59 +00:00
marian 32d6eccf84 Fixed XPath copy: missing predicates copy. Added predicate used to select last node child.
git-svn-id: http://voip.null.ro/svn/yate@6550 acf43c95-373e-0410-b603-e72c3f656dc1
2022-03-08 11:36:39 +00:00
marian 9976ba64a8 Added XPath method used to escape XPath strings.
git-svn-id: http://voip.null.ro/svn/yate@6539 acf43c95-373e-0410-b603-e72c3f656dc1
2022-02-01 10:30:09 +00:00
marian 39caf13ccb Added XPath object describing search and/or match XML element items (children, attributes, texts).
git-svn-id: http://voip.null.ro/svn/yate@6535 acf43c95-373e-0410-b603-e72c3f656dc1
2022-01-11 09:01:33 +00:00
marian c1f86117f0 Added extra parameter to XmlDocument::saveFile to allow saving flat documents.
git-svn-id: http://voip.null.ro/svn/yate@6310 acf43c95-373e-0410-b603-e72c3f656dc1
2018-04-12 12:38:59 +00:00
marian 131f8ca07c Added replaceParams() to XML fragment, document, element and text.
git-svn-id: http://voip.null.ro/svn/yate@6305 acf43c95-373e-0410-b603-e72c3f656dc1
2018-04-10 10:33:00 +00:00
marian d08772131d Fixed bug: set children parent when copying an XmlElement.
git-svn-id: http://voip.null.ro/svn/yate@6268 acf43c95-373e-0410-b603-e72c3f656dc1
2017-09-26 13:51:18 +00:00
oana d2e0d2dac2 Add a XmlElement::findNextChild() which uses a const String reference as a parameter for the child name.
git-svn-id: http://voip.null.ro/svn/yate@6076 acf43c95-373e-0410-b603-e72c3f656dc1
2015-12-07 11:09:24 +00:00
oana b90916f55a Added function to take the pointer to the root element from a document, thus removing the pointer from the document's ownership.
git-svn-id: http://voip.null.ro/svn/yate@5923 acf43c95-373e-0410-b603-e72c3f656dc1
2014-11-10 15:19:42 +00:00
paulc f4a7ed61d7 Added a more convenient XmlElement::findFirstChild and constified first parameter of findNextChild.
git-svn-id: http://voip.null.ro/svn/yate@5905 acf43c95-373e-0410-b603-e72c3f656dc1
2014-08-12 11:41:07 +00:00
paulc a0a8ab9e3f Moved XML classes to the main library.
git-svn-id: http://voip.null.ro/svn/yate@5864 acf43c95-373e-0410-b603-e72c3f656dc1
2014-07-04 15:18:11 +00:00