Packagecom.yworks.io.graphml.writer
Interfacepublic interface IXmlAttributeProvider
Implementors XmlAttributesProviderAdapter

This interface can be used to write XML attributes of core GraphML elements



Public Methods
 MethodDefined By
  
Write additional XML attributes for an <edge> element
IXmlAttributeProvider
  
Write additional XML attributes for a <graph> element
IXmlAttributeProvider
  
Write additional XML attributes for a <graphml> element
IXmlAttributeProvider
  
Write additional XML attributes for a <node> element
IXmlAttributeProvider
  
Write additional XML attributes for a <port> element
IXmlAttributeProvider
Method Detail
printEdgeAttributes()method
public function printEdgeAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write additional XML attributes for an <edge> element

Parameters

context:GraphMLWriteContext — the current write context
 
writer:IXmlWriter — the writer instance that writes the output

printGraphAttributes()method 
public function printGraphAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write additional XML attributes for a <graph> element

Parameters

context:GraphMLWriteContext — the current write context
 
writer:IXmlWriter — the writer instance that writes the output

printGraphMLAttributes()method 
public function printGraphMLAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write additional XML attributes for a <graphml> element

Parameters

context:GraphMLWriteContext — the current write context
 
writer:IXmlWriter — the writer instance that writes the output

printNodeAttributes()method 
public function printNodeAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write additional XML attributes for a <node> element

Parameters

context:GraphMLWriteContext — the current write context
 
writer:IXmlWriter — the writer instance that writes the output

printPortAttributes()method 
public function printPortAttributes(context:GraphMLWriteContext, writer:IXmlWriter):void

Write additional XML attributes for a <port> element

Parameters

context:GraphMLWriteContext — the current write context
 
writer:IXmlWriter — the writer instance that writes the output