I

IParseEvents

The interface of the event trigger class that is used by the parseEvents property.
Inheritance Hierarchy

Remarks

This interface defines the available events that client code can register to during the parsing of GraphML.

See Also

API

ParseEventArgs

Members

No filters for this type

Methods

Adds an event handler for a given event type.
final

Parameters

type: string
A string which represents the type of the event to register as listed in events.
listener: function(evt:EventArgs, sender:this): void
The function which will be invoked when the event is raised.
options?: ListenerOptions
Options which specify how the listener will be invoked.
Adds an event handler for a given event type.
final

Parameters

type: string
A string which represents the type of the event to register as listed in events.
listener: function(evt:EventArgs, sender:this): void
The function which will be invoked when the event is raised.
options?: ListenerOptions
Options which specify how the listener will be invoked.

Events

Occurs after a data element has been fully parsed.
This event is triggered when a GraphML 'data' element has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when a data element is about to be parsed.
This event is triggered when a GraphML 'data' element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when the document has been parsed.
This event is triggered when the document has been fully parsed.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when the document is about to be parsed.
This event is triggered when the document element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs after a edge element has been fully parsed.
This event is triggered when a GraphML 'edge' closing tag has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when an edge element is about to be parsed.
This event is triggered when a GraphML 'edge' element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs after the graphml element has been fully parsed.
This event is triggered when a GraphML 'graphml' closing tag has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when the graphml element is about to be parsed.
This event is triggered when a GraphML 'graphml' root-element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs after a graph element has been fully parsed.
This event is triggered when a GraphML 'graph' closing tag has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when a graph element is about to be parsed.
This event is triggered when a GraphML 'graph' element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs after a key element has been fully parsed.
This event is triggered when a GraphML 'key' element has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when a key element is about to be parsed.
This event is triggered when a GraphML 'key' element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs after a node element has been fully parsed.
This event is triggered when a GraphML 'node' closing tag has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when a node element is about to be parsed.
This event is triggered when a GraphML 'node' element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs after a port element has been fully parsed.
This event is triggered when a GraphML 'port' closing tag has been handled.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.
Occurs when a port element is about to be parsed.
This event is triggered when a GraphML 'port' element has been encountered.
context: IParseContext
final
Gets the context that is being used for parsing.
element: Element
final
Gets the XML element that is currently parsed.