XHtmlDocument
Object Hierarchy:
Description:
public class XHtmlDocument :
XDocument,
DomHtmlDocument
HML parsing support. Document handling
Content:
Properties:
Creation methods:
- public XHtmlDocument ()
- public XHtmlDocument.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 XHtmlDocument.from_path (string path, int options = 0) throws Error
- public XHtmlDocument.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 XHtmlDocument.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 XHtmlDocument.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 XHtmlDocument.from_uri (string uri, int options = 0) throws Error
Methods:
Inherited Members:
All known members inherited from class GXml.XDocument
All known members inherited from class GXml.XNode
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.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