I

IOutputHandler

The interface used by the GraphMLIOHandler for writing data to the GraphML.
Inheritance Hierarchy

Members

No filters for this type

Properties

Gets the XML attributes that should be added to the data element.
readonlyabstract

Property Value

The attributes for the data element.
Gets the XML attributes that should be added to the key definition in the GraphML key element.
readonlyabstract

Property Value

The key definition attributes.
Gets the write precedence that is associated with this instance.
Registered output handlers are written either before or after the (optional) child content of the governing GraphML element.
readonlyabstract

Property Value

The write precedence for this instance.

See Also

API
WritePrecedence

Methods

Determines whether in the current context, the value is the default value and therefore no data element needs to be written.
abstract

Parameters

context: IWriteContext
The context.

Return Value

boolean
true if for the current context the default value applies and therefore no data element needs to be written.
Writes the contents of the key definition.
At the time this method is called, the surrounding 'key' element has already been written. However no 'default' element is written by the framework.
abstract

Parameters

context: IWriteContext
The context.
Actually writes the value for the current context.
At the time this method is called, the surrounding 'data' element has already been written.
abstract

Parameters

context: IWriteContext
The context.

See Also

Developer's Guide