Node
Object Hierarchy:
Description:
[ Version ( deprecated = true , deprecated_since = "0.18" , replacement = "GXml.DomNode" ) ]
public interface Node : Object
Warning: Node is deprecated since 0.18. Use GXml.DomNode.
Base interface providing basic functionalities for DOM1 interfaces.
All known implementing classes:
All known sub-interfaces:
Content:
Properties:
- public abstract Map<string,Node> attrs { owned get; }
Attributes in this GXml.Node.
- public abstract BidirList<Node> children_nodes { owned get; }
Collection of GXml.Node as children.
- public abstract Document document { get; }
Node's XML document holding this node.
- public abstract string name { owned get; }
Node's name. The meaning differs, depending on node's type.
- public abstract List<Namespace> namespaces { owned get; }
Collection of Namespaces applied to this
GXml.Node.
- public abstract Node parent { owned get; }
Node's XML document holding this node.
- public abstract NodeType type_node { get; }
Node's type as a enumeration.
- public abstract string value { owned get; set; }
Node's value. The meaning differs, depending on node's type.
Static methods:
- public static bool copy (Document doc, Node node, Node source, bool deep)
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref