I

IWriteEvents

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

Remarks

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

See Also

API

WriteEventArgs

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 right after the writeStartElement method for writing a GraphMl 'data' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'data' element will be called.
This can be used to append more custom elements to the data element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just after the writeStartDocument has been called.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndDocument will be called.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'edge' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'edge' element will be called.
This can be used to append more custom elements to the edge element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'graphml' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'graphml' element will be called.
This can be used to append more custom elements to the graphml element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'graph' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'graph' element will be called.
This can be used to append more custom elements to the graph element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'key' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'key' element will be called.
This can be used to append more custom elements to the key element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'node' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'node' element will be called.
This can be used to append more custom elements to the node element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'port' element has been called.
At that state, callees can use the writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using writeStartElement
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'port' element will be called.
This can be used to append more custom elements to the port element.
context: IWriteContext
final
Gets the context that is being used for writing.
item: any
final
Gets the item that is currently being written or null if nothing is applicable.