Doc
Object Hierarchy:
Description:
[ Compact ]
public class Doc
Content:
Creation methods:
Methods:
- public unowned Doc* copy (int recursive)
- public unowned Dtd* create_int_subset (string name, string external_id, string system_id)
- public int dump (FileStream f)
- public void dump_memory_format (out string mem, out int len = null, bool format = true)
- public void dump_memory_enc_format (out string mem, out int len = null, string enc = "UTF-8", bool format = true)
- public void dump_memory (out string mem, out int len = null)
- public void dump_memory_enc (out string mem, out int len = null, string enc = "UTF-8")
- public int dump_format (FileStream f, bool format = true)
- public unowned Node* get_root_element ()
- public unowned Node* set_root_element (unowned Node* root)
- public void elem_dump (FileStream f, unowned Node* cur)
- public int get_compress_mode ()
- public unowned Node* new_cdata_block (string content, int len)
- public unowned Node* new_char_ref (string name)
- public unowned Node* new_comment (string content)
- public unowned Node* new_fragment ()
- public unowned Node* new_node (unowned Ns* ns, string name, string? content = null)
- public unowned Node* new_node_eat_name (unowned Ns* ns, owned string name, string? content = null)
- public unowned Node* new_pi (string name, string content)
- public unowned Attr* new_prop (string name, string value)
- public unowned Node* new_raw_node (unowned Ns* ns, string name, string? content = null)
- public unowned Node* new_text (string content)
- public unowned Node* new_text_len (string content, int len)
- public unowned Node* new_reference (string name)
- public string node_list_get_raw_string (unowned Node* list, bool in_line)
- public string node_list_get_string (unowned Node* list, bool in_line)
- public int save_file (string filename)
- public void save_file_enc (string filename, string enc = "UTF-8")
- public int save_format_file (string filename, int format)
- public void save_format_file_enc (string filename, string enc = "UTf-8", bool format = true)
- public void set_compress_mode (int mode)
- public unowned Node* string_get_node_list (string str)
- public unowned Node* string_len_get_node_list (string str, int len)
Fields: