org.w3c.dom.ls
Interface ParseErrorEvent
- All Superinterfaces:
- Event
- public interface ParseErrorEvent
- extends Event
DOM Level 3 WD Experimental:
The DOM Level 3 specification is at the stage
of Working Draft, which represents work in
progress and thus may be updated, replaced,
or obsoleted by other documents at any time.
ParseErrorEvent is the event that is fired if there's an error in the XML
document being parsed.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
Method Summary |
DOMError |
getError()
An non-zero implementation dependent error code describing the error,
or 0 if there is no error. |
getError
public DOMError getError()
- An non-zero implementation dependent error code describing the error,
or
0
if there is no error.
Copyright © 1999-2002 Apache XML Project. All Rights Reserved.