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.
Gets the XML attributes that should be added to the data element.
readonlyabstract
Property Value
The attributes for the data element.
Implemented in
OutputHandlerBase.dataTagAttributesGets the XML attributes that should be added to the key definition in the GraphML key 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.
Implemented in
OutputHandlerBase.keyDefinitionAttributesGets the write precedence that is associated with this instance.
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
Implemented in
OutputHandlerBase.precedenceMethods
Determines whether in the current context, the value is the default value and therefore no data element needs to be written.
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
trueif for the current context the default value applies and therefore no data element needs to be written.
Implemented in
OutputHandlerBase.isDefaultValueWrites the contents of the key definition.
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.
Implemented in
OutputHandlerBase.writeKeyDefinitionContentActually writes the value for the current 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