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

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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
Gets the item that is currently being written or null if nothing is applicable.
Occurs just after the writeStartDocument has been called.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
Gets the item that is currently being written or null if nothing is applicable.
Occurs just before the writeEndDocument will be called.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
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.

Properties of

WriteEventArgs
context: IWriteContext
Gets the context that is being used for writing.
item: any
Gets the item that is currently being written or null if nothing is applicable.