Top | ![]() |
![]() |
![]() |
![]() |
void gxml_warning (GXmlDomException ex
,const gchar *message
);
gxml_warning
is deprecated and should not be used in newly-written code.
Log DOM exception warnings.
void gxml_exception (GXmlDomException ex
,const gchar *message
);
gxml_exception
is deprecated and should not be used in newly-written code.
Log DOM exception warnings.
Describes various error states. For more, see
Version: DOM Level 1 Core URL: http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-BBACDC08
Indicates that there has not been a recent error |
||
An index or size is out of range, like less than 0 or exceeding some upper bound. |
||
Text exceeds the maximum size supported in our string implementation. |
||
A node asked to be inserted into an invalid location. |
||
A node created for one document wanted to be used in another. |
||
An invalid character was found in a name. |
||
Tried to specify data for a node that did not support it. |
||
Attempted to modify a read-only node. |
||
A reference to a non-existent node was made. |
||
A request was made for something that this implementation does not support. |
||
An element tried to make use of an attribute already attached to another element. |
||
Generic error in creating the DOM. |
||
A document could not be parsed due to invalid XML. |
||
A document lacked a root element. |
||
There was an issue with the namespace. A qualified name's prefix may have disagreed with the corresponding namespace or vice versa. Version: DOM Level 3 Core URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMException-NAMESPACE_ERR |
||
Non-DOM error |