RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDOMParseError Class

EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document.

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

xmldom

EDOMParseError is raised when TXMLDocument encounters an error while parsing an XML document. It wraps the information that is available from the DOM implementation's IDOMParseError interface. 

 

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