| Gdome2 Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
The GdomeProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
GdomeDOMString* gdome_pi_target (GdomeProcessingInstruction *self, GdomeException *exc); |
GdomeDOMString* gdome_pi_data (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_data (GdomeProcessingInstruction *self, GdomeDOMString *data, GdomeException *exc); |
Set the content of this processing instruction.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
void gdome_pi_ref (GdomeProcessingInstruction *self, GdomeException *exc); |
Increase the reference count of the specified Node.
void gdome_pi_unref (GdomeProcessingInstruction *self, GdomeException *exc); |
Decrease the reference count of the specified Node. Free the Node structure if the Node will have zero reference.
|
GdomeDOMString* gdome_pi_nodeName (GdomeProcessingInstruction *self, GdomeException *exc); |
GdomeDOMString* gdome_pi_nodeValue (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_nodeValue (GdomeProcessingInstruction *self, GdomeDOMString *nodeValue, GdomeException *exc); |
Sets The value of this node, depending on its type.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
unsigned |
GdomeNode* gdome_pi_parentNode (GdomeProcessingInstruction *self, GdomeException *exc); |
| self : | Node Object ref |
| exc : | Exception Object ref |
| Returns : | the parent of this node. All nodes, except Attr, Document, DocumentFragment, Entity, and Notation may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, this is NULL. |
GdomeNodeList* gdome_pi_childNodes (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_data (GdomeProcessingInstruction *self, GdomeDOMString *data, GdomeException *exc); |
Set the content of this processing instruction.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
void gdome_pi_ref (GdomeProcessingInstruction *self, GdomeException *exc); |
Increase the reference count of the specified Node.
void gdome_pi_unref (GdomeProcessingInstruction *self, GdomeException *exc); |
Decrease the reference count of the specified Node. Free the Node structure if the Node will have zero reference.
|
GdomeDOMString* gdome_pi_nodeName (GdomeProcessingInstruction *self, GdomeException *exc); |
GdomeDOMString* gdome_pi_nodeValue (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_nodeValue (GdomeProcessingInstruction *self, GdomeDOMString *nodeValue, GdomeException *exc); |
Sets The value of this node, depending on its type.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
unsigned |
GdomeNode* gdome_pi_parentNode (GdomeProcessingInstruction *self, GdomeException *exc); |
| self : | Node Object ref |
| exc : | Exception Object ref |
| Returns : | the parent of this node. All nodes, except Attr, Document, DocumentFragment, Entity, and Notation may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, this is NULL. |
GdomeNodeList* gdome_pi_childNodes (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_data (GdomeProcessingInstruction *self, GdomeDOMString *data, GdomeException *exc); |
Set the content of this processing instruction.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
void gdome_pi_ref (GdomeProcessingInstruction *self, GdomeException *exc); |
Increase the reference count of the specified Node.
void gdome_pi_unref (GdomeProcessingInstruction *self, GdomeException *exc); |
Decrease the reference count of the specified Node. Free the Node structure if the Node will have zero reference.
|
GdomeDOMString* gdome_pi_nodeName (GdomeProcessingInstruction *self, GdomeException *exc); |
GdomeDOMString* gdome_pi_nodeValue (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_nodeValue (GdomeProcessingInstruction *self, GdomeDOMString *nodeValue, GdomeException *exc); |
Sets The value of this node, depending on its type.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
unsigned |
GdomeNode* gdome_pi_parentNode (GdomeProcessingInstruction *self, GdomeException *exc); |
| self : | Node Object ref |
| exc : | Exception Object ref |
| Returns : | the parent of this node. All nodes, except Attr, Document, DocumentFragment, Entity, and Notation may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, this is NULL. |
GdomeNodeList* gdome_pi_childNodes (GdomeProcessingInstruction *self, GdomeException *exc); |
void gdome_pi_set_data (GdomeProcessingInstruction *self, GdomeDOMString *data, GdomeException *exc); |
Set the content of this processing instruction.
GDOME_NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.