Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


oracle.xml.async
Class DOMBuilderEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.xml.async.DOMBuilderEvent

All Implemented Interfaces:
java.io.Serializable

Deprecated. The event object that DOMBuilder uses to notify all registered listeners about parse events.

public class DOMBuilderEvent
extends java.util.EventObject
See Also:
Serialized Form

Constructor Summary
DOMBuilderEvent(java.lang.Object p0, int p1)
          Deprecated. Creates a new DOMBuilderEvent

 

Method Summary
 int getID()
          Deprecated. Returns unique id of the DOMBuilder object which can be used to identify which instance of the DOMBuilder generated this event in cases where multiple instances of DOMBuilder may be working in background.

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DOMBuilderEvent

public DOMBuilderEvent(java.lang.Object p0,
                       int p1)
Deprecated. 
Creates a new DOMBuilderEvent
Parameters:
p0 - The Object creating this event.
p1 - Id of the DOMBuilder creating this event.

Method Detail

getID

public int getID()
Deprecated. 
Returns unique id of the DOMBuilder object which can be used to identify which instance of the DOMBuilder generated this event in cases where multiple instances of DOMBuilder may be working in background.
Returns:
The unique id of the source DOMBuilder for this event.

Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.