The interface of the event trigger class that is used by the IWriteContext.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 IXmlWriter.writeStartElement method for writing a GraphMl 'data' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'data' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'data' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'data' element will be called.
This can be used to append more custom elements to the data element.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartDocument has been called.
Occurs just after the IXmlWriter.writeStartDocument has been called.
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndDocument will be called.
Occurs just before the IXmlWriter.writeEndDocument will be called.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartElement method for writing a GraphMl 'edge' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'edge' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'edge' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'edge' element will be called.
This can be used to append more custom elements to the edge element.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartElement method for writing a GraphMl 'graphml' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'graphml' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'graphml' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'graphml' element will be called.
This can be used to append more custom elements to the graphml element.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartElement method for writing a GraphMl 'graph' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'graph' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'graph' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'graph' element will be called.
This can be used to append more custom elements to the graph element.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartElement method for writing a GraphMl 'key' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'key' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'key' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'key' element will be called.
This can be used to append more custom elements to the key element.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartElement method for writing a GraphMl 'node' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'node' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'node' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'node' element will be called.
This can be used to append more custom elements to the node element.
Properties of WriteEventArgs
- 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 IXmlWriter.writeStartElement method for writing a GraphMl 'port' element has been called.
Occurs right after the IXmlWriter.writeStartElement method for writing a GraphMl 'port' element has been called.
At that state, callees can use the IXmlWriter.writeAttributeNS methods to add custom attributes to the XML element or write a first custom inner element using IXmlWriter.writeStartElement
Properties of WriteEventArgs
- 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 IXmlWriter.writeEndElement for the GraphML 'port' element will be called.
Occurs just before the IXmlWriter.writeEndElement for the GraphML 'port' element will be called.
This can be used to append more custom elements to the port element.
Properties of WriteEventArgs
- 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.