Attribute


Object Hierarchy:

Object hierarchy for Attribute

Description:

[ Version ( deprecated = true , deprecated_since = "0.18" , replacement = "GXml.DomAttr" ) ]
public interface Attribute : Object, Node

Warning: Attribute is deprecated since 0.18. Use GXml.DomAttr.

DOM1 Interface to handle XML tags properties, powered by libxml2 library.

Its features relays on GXml.Node interface inplementation to access GXml.Element properties.

Attribute's name could be get from GXml.Node.name property. Its value should be get from GXml.Node.value property.

All known implementing classes:

Namespace: GXml
Package: GXml-0.18

Content:

Properties:

Inherited Members:

All known members inherited from class GLib.Object