Packagecom.yworks.io.graphml.writer
Classpublic class XmlAttributesProviderAdapter
InheritanceXmlAttributesProviderAdapter Inheritance Object
Implements IXmlAttributeProvider

Adapter implementation for interface IXmlAttributeProvider.

All implementations in this class do nothing.



Public Methods
 MethodDefined By
  
Write additional XML attributes for an <edge> element
XmlAttributesProviderAdapter
  
Write additional XML attributes for a <graph> element
XmlAttributesProviderAdapter
  
Write additional XML attributes for a <graphml> element
XmlAttributesProviderAdapter
  
Write additional XML attributes for a <node> element
XmlAttributesProviderAdapter
  
Write additional XML attributes for a <port> element
XmlAttributesProviderAdapter
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