RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EXMLDocError Class

EXMLDocError is the exception class for errors editing or parsing an XML document.

Pascal
EXMLDocError = class(Exception);
C++
class EXMLDocError : public Exception;

XMLIntf

EXMLDocError is raised by TXMLDocument or TXMLNode when 

An error occurs when loading an XML document. 

An error occurs when creating a node in an XML document. 

A required DOM interface is not found. 

An option is requested that is not supported by the DOM implementation. 

An attempt is made to perform an action that is not consistent with the specified node type. 

 

XMLDocError 

TXMLDocument 

TXMLNode

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!