Xml


Object Hierarchy:

Object hierarchy for Xml

Description:

public class Xml : Object

XML parsing and serialization utilities.

Provides parse, stringify, pretty-print, and simple XPath-like query operations. Uses a hand-written parser with no external dependencies.

Example:

    XmlNode ? root = Xml.parse ("<root><item id=\"1\">Hello</item></root>");
string val = Xml.xpathFirst (root, "//item").text ();


Namespace: Vala.Encoding
Package: Valacore

Content:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object