org.w3c.dom.ls
Interface ParseErrorEvent
- All Superinterfaces:
- org.w3c.dom.events.Event
- public interface ParseErrorEvent
- extends org.w3c.dom.events.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.
Fields inherited from interface org.w3c.dom.events.Event |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Method Summary |
org.apache.xerces.dom3.DOMError |
getError()
An non-zero implementation dependent error code describing the error,
or 0 if there is no error. |
Methods inherited from interface org.w3c.dom.events.Event |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
getError
public org.apache.xerces.dom3.DOMError getError()
- An non-zero implementation dependent error code describing the error,
or
0
if there is no error.
Copyright © 1999-2003 Apache XML Project. All Rights Reserved.