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
Members
No filters for this type
Methods
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.
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.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'data' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just after the writeStartDocument has been called.
Occurs just after the writeStartDocument has been called.
- context: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndDocument will be called.
Occurs just before the writeEndDocument will be called.
- context: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'edge' element has been called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'edge' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'graphml' element has been called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'graphml' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'graph' element has been called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'graph' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'key' element has been called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'key' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'node' element has been called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'node' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs right after the writeStartElement method for writing a GraphMl 'port' element has been called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.
Occurs just before the writeEndElement for the GraphML 'port' element will be called.
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: IWriteContextfinal
- Gets the context that is being used for writing.
- item: anyfinal
- Gets the item that is currently being written or
nullif nothing is applicable.