Packagecom.yworks.io.graphml.reader
Interfacepublic interface IIdAcceptor

Interface for classes that can store the GraphML id attribute of GraphML core elements



Public Methods
 MethodDefined By
  
storeId(graphelement:Object, id:String, context:GraphMLParseContext):void
Store the value of the id atribute for the given element
IIdAcceptor
Method Detail
storeId()method
public function storeId(graphelement:Object, id:String, context:GraphMLParseContext):void

Store the value of the id atribute for the given element

Parameters

graphelement:Object — The current graph element
 
id:String — The id of the element's XML representation
 
context:GraphMLParseContext — The current parse context.