Object


Object Hierarchy:

Object hierarchy for Object

Description:

public interface Object : Object, DomNode, DomElement

A GXml Object Model represents a DomElement. It has attributes and children. All object's properties are handled as attributes if they are basic types like integers, strings, enums and others; Property objects are handled as attributes too. If object's attribute is a GLib.Object it is handled as node's child, but only if it is a GXml.Element object, other wise it is ignored when this object is used as DomNode in XML documents.

All known implementing classes:

Namespace: GXml
Package: GXml-0.20

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object