]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: introduce virXMLNodeContentString
authorPavel Hrdina <phrdina@redhat.com>
Wed, 16 Aug 2017 08:26:09 +0000 (10:26 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 17 Aug 2017 13:42:23 +0000 (15:42 +0200)
commit561726cd7f02058b37325bf6784c6d454f9498d2
tree5fdc3178715eec87cf79a504b1a567b8109709af
parent827cf58d50641f0c68bff5e281f5d2bc81d78565
util: introduce virXMLNodeContentString

It's equivalent of calling virXPathString("string(.)", ctxt) but it
doesn't have to use the XPath resolving and parsing.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/libvirt_private.syms
src/util/virxml.c
src/util/virxml.h