| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
y.io.graphml.input.ParseEvent
public class ParseEvent
This is the event argument that is used by the ParseEventListener interface
 that can be queried from the GraphMLParseContext.getParseEvents() property.
 
 This class holds a reference to the getContext() and the
 getElement() that is currently being parsed.
 
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| ParseEvent(java.lang.Object source,
           GraphMLParseContext context,
           org.w3c.dom.Element element)Initializes a new instance of the ParseEventclass. | |
| Method Summary | |
|---|---|
|  GraphMLParseContext | getContext()Gets the context that is being used for parsing. | 
|  org.w3c.dom.Element | getElement()Gets the XML element that is currently parsed. | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ParseEvent(java.lang.Object source,
                  GraphMLParseContext context,
                  org.w3c.dom.Element element)
ParseEvent class.
source - The source where this event was raised.context - The context to assign to getContext().element - The XML element to assign to getElement().| Method Detail | 
|---|
public GraphMLParseContext getContext()
public org.w3c.dom.Element getElement()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||