Doc
Object Hierarchy:
Description:
Namespace: Html
Package: libxml-2.0
Content:
Static methods:
- public static unowned Doc* parse_file (string filename, string? encoding)
- public static unowned Doc* read_doc (string cur, string url, string? encoding = null, int options = 0)
- public static unowned Doc* read_fd (int fd, string url, string? encoding = null, int options = 0)
- public static unowned Doc* read_io (InputReadCallback ioread, InputCloseCallback ioclose, void* ioctx, string url, string? encoding = null, int options = 0)
- public static unowned Doc* read_memory (char[] buffer, int size, string url, string? encoding = null, int options = 0)
- public static unowned Doc* sax_parse_doc (string cur, string? encoding, SAXHandler* sax, void* user_data = null)
- public static unowned Doc* sax_parse_file (string filename, string? encoding, SAXHandler* sax, void* user_data = null)
Creation methods:
- public Doc (string? uri = null, string? external_id = null)
- public Doc.new_no_dtd (string? uri = null, string? external_id = null)
Methods:
- public bool auto_close_tag (string name, unowned Node* elem)
- public int dump (FileStream f)
- public void dump_memory (out string mem, out int len = null)
- public void dump_memory_format (out string mem, out int len = null, bool format = true)
- public string get_meta_encoding ()
- public bool is_auto_closed (unowned Node* elem)
- public int node_dump_file (FileStream file, unowned Node* node)
- public int node_dump_file_format (FileStream file, unowned Node* cur, string enc = "UTF-8", bool format = true)
- public int save_file (string filename)
- public int save_file_enc (string filename, string enc = "UTF-8")
- public int save_file_format (string filename, string enc = "UTF-8", bool format = true)
- public int set_meta_encoding (string encoding)
Inherited Members:
All known members inherited from class Xml.Doc