GHtmlDocument
Object Hierarchy:
Description:
public class GHtmlDocument :
GDocument,
DomHtmlDocument
HML parsing suport. Document handling
Content:
Properties:
Creation methods:
- public GHtmlDocument ()
- public GHtmlDocument.from_file (File file, int options = 0, Cancellable? cancel = null) throws Error
This method parse strings in a GLib.File
using Html.Doc.read_memory method. Refer to libxml2 documentation about limitations on
parsing.
- public GHtmlDocument.from_path (string path, int options = 0) throws Error
- public GHtmlDocument.from_string (string html, int options = 0)
This method parse strings using
Html.Doc.read_memory method. Refer to libxml2 documentation about limitations on parsing.
- public GHtmlDocument.from_string_context (string html, int options = 0)
This method parse strings using Html.ParserCtxt
class. Refer to libxml2 documentation about limitations on parsing.
- public GHtmlDocument.from_string_doc (string html, int options = 0)
This method parse strings using
Html.Doc.read_doc method. Refer to libxml2 documentation about limitations on parsing.
- public GHtmlDocument.from_uri (string uri, int options = 0) throws Error
Methods:
Inherited Members:
All known members inherited from class GXml.GDocument
All known members inherited from class GXml.GNode
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.DomHtmlDocument
All known members inherited from interface GXml.Document
All known members inherited from interface GXml.DomParentNode
All known members inherited from interface GXml.DomNonElementParentNode
All known members inherited from interface GXml.DomDocument
All known members inherited from interface GXml.XPathContext
All known members inherited from interface GXml.DomEventTarget
All known members inherited from interface GXml.DomNode
All known members inherited from interface GXml.Node