Packagecom.yworks.io.graphml.realizer
Classpublic class CompatResourceOutputHandler
ImplementsIOutputHandler, Precedence



Public Methods
 MethodDefined by
  
Returns the precedence value of this instance.
CompatResourceOutputHandler
  
This implementation returns false
CompatResourceOutputHandler
  
Write the XML attributes of a data tag
CompatResourceOutputHandler
  
Write the element content of a data tag
CompatResourceOutputHandler
  
Write the XML attributes of the key tag for this graphml attribute
CompatResourceOutputHandler
  
Write the element content of the key tag for this graphml attribute
CompatResourceOutputHandler
Method detail
getPrecedence()method
public function getPrecedence():int

Returns the precedence value of this instance.

Returns
int
isDefaultData()method 
public function isDefaultData(context:GraphMLWriteContext):Boolean

This implementation returns false

Parameters
context:GraphMLWriteContext

Returns
Boolean
printDataAttributes()method 
public function printDataAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write the XML attributes of a data tag

Parameters
context:GraphMLWriteContext — The write context.
 
writer:IXmlWriter — the xml writer.
printDataOutput()method 
public function printDataOutput(context:GraphMLWriteContext, writer:IXmlWriter):void

Write the element content of a data tag

Parameters
context:GraphMLWriteContext — The write context.
 
writer:IXmlWriter — the xml writer.
printKeyAttributes()method 
public function printKeyAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write the XML attributes of the key tag for this graphml attribute

Parameters
context:GraphMLWriteContext — The write context.
 
writer:IXmlWriter — the xml writer.
printKeyOutput()method 
public function printKeyOutput(context:GraphMLWriteContext, writer:IXmlWriter):void

Write the element content of the key tag for this graphml attribute

Parameters
context:GraphMLWriteContext — The write context.
 
writer:IXmlWriter — the xml writer.