mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-14 05:08:19 +00:00
doc: tweaks for updated Genode Foundations book
This commit is contained in:
committed by
Christian Helmuth
parent
7c20ba84e4
commit
ab8ef5750d
@ -1123,6 +1123,13 @@ class Genode::Xml_node
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Utility for unquoting XML attributes
|
||||
*
|
||||
* The 'Xml_unquoted' utility can be used to revert quoted XML attribute
|
||||
* values. Such quoting is needed whenever an attribute value can contain '"'
|
||||
* characters.
|
||||
*/
|
||||
class Genode::Xml_unquoted : Noncopyable
|
||||
{
|
||||
private:
|
||||
|
Reference in New Issue
Block a user