Packagecom.yworks.io.graphml.realizer
Interfacepublic interface IReadResourceHandler

Interface for classes that provide methods to manage shared object resources for the parse process



Public Methods
 MethodDefined By
  
addResourceElement(element:XML):void
Add a xml element representing a shared resource
IReadResourceHandler
  
getResourceElement(id:String, context:GraphMLParseContext):XML
Get the xml element representing the shared resource.
IReadResourceHandler
Method Detail
addResourceElement()method
public function addResourceElement(element:XML):void

Add a xml element representing a shared resource

Parameters

element:XML — the xml element

getResourceElement()method 
public function getResourceElement(id:String, context:GraphMLParseContext):XML

Get the xml element representing the shared resource.

Parameters

id:String — the id for the shared resource
 
context:GraphMLParseContext — the parse context

Returns
XML — xml element representing the shared resource.