Node
Object Hierarchy:
Description:
public class Node :
Object,
DomEventTarget,
DomNode
A DOM4 implementation of DomNode, for one step parsing.
This object avoids pre and post XML parsing, by using a one step parsing to translate text XML tree to an GObject based tree.
Content:
Creation methods:
Fields:
- protected string _base_uri
Use this field to set node's base URI. Can be set at construction
time.
- protected NodeList _child_nodes
Use this field to set node's child nodes. Derived classes should avoid
to modify it.
- protected DomDocument _document
- protected string _local_name
Use this field to set node's local name. Can be set at construction
time.
- protected NodeType _node_type
Use this field to set node's Type. Derived classes should avoid to
modify it.
- protected string _node_value
Use this field to hold node's value. Can be set at construction time.
- protected DomNode _parent
Use this field to holding node's parent node. Derived classes should
avoid to modify it.
- protected string _prefix
Use this field to set node's prefix. Can be set at construction time.
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
All known members inherited from interface GXml.DomEventTarget
All known members inherited from interface GXml.DomNode