egueb  0.0.23.1
Functions
Document
DOM

Document inherits from \1. More...

Functions

EAPI Enesim_Object_Descriptor * egueb_dom_document_descriptor_get (void)
EAPI Egueb_Dom_Nodeegueb_dom_document_element_ns_create (Egueb_Dom_Node *n, Egueb_Dom_String *ns_uri, Egueb_Dom_String *qname, Eina_Error *err)
EAPI Egueb_Dom_Nodeegueb_dom_document_element_create (Egueb_Dom_Node *n, Egueb_Dom_String *name, Eina_Error *err)
EAPI Egueb_Dom_Nodeegueb_dom_document_document_element_get (Egueb_Dom_Node *n)
EAPI Egueb_Dom_String * egueb_dom_document_uri_get (Egueb_Dom_Node *n)
EAPI void egueb_dom_document_uri_set (Egueb_Dom_Node *n, Egueb_Dom_String *uri)
EAPI Egueb_Dom_Nodeegueb_dom_document_document_fragment_create (Egueb_Dom_Node *n)
EAPI void egueb_dom_document_element_set (Egueb_Dom_Node *n, Egueb_Dom_Node *element)
EAPI Egueb_Dom_Nodeegueb_dom_document_element_get_by_id (Egueb_Dom_Node *n, Egueb_Dom_String *id, Eina_Error *err)
EAPI Egueb_Dom_Nodeegueb_dom_document_element_get_by_iri (Egueb_Dom_Node *n, Egueb_Dom_String *iri, Eina_Error *err)
EAPI Egueb_Dom_Nodeegueb_dom_document_node_adopt (Egueb_Dom_Node *n, Egueb_Dom_Node *adopted, Eina_Error *err)
EAPI void egueb_dom_document_process (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_document_is_processing (Egueb_Dom_Node *n)
EAPI Eina_Bool egueb_dom_document_needs_process (Egueb_Dom_Node *n)
EAPI void egueb_dom_document_process_queue_clear (Egueb_Dom_Node *n)

Detailed Description

Document inherits from \1.


Function Documentation

Gets the topmost element of a document (readonly attribute Element documentElement)

Parameters:
[in]nThe document to get the topmost element from
Returns:
The document
EAPI Egueb_Dom_Node* egueb_dom_document_element_get_by_id ( Egueb_Dom_Node n,
Egueb_Dom_String *  id,
Eina_Error *  err 
)

Gets the element whose id is the one povided

Parameters:
[in]nThe document to get the element from
[in]idThe id of the element to get
[out]errThe error in case some exception happens
Returns:
The element if found. NULL otherwise [Transfer full]
 All Data Structures