org.apache.xerces.dom3.ls
Interface ParseErrorEvent

All Superinterfaces:
org.w3c.dom.events.Event

public interface ParseErrorEvent
extends org.w3c.dom.events.Event

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
 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
 

Method Detail

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.