|
RAD Studio VCL Reference
|
EDOMParseError is the exception class for errors that occur when a DOM implementation parses an XML document.
EDOMParseError = class(Exception);
class EDOMParseError : public Exception;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|