Node
Object Hierarchy:
Description:
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
All known members inherited from interface GXml.DomEventTarget
All known members inherited from interface GXml.DomNode