| Package | com.yworks.io.graphml.realizer |
| Interface | public interface IReadResourceHandler |
| Method | Defined 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 | ||
| addResourceElement | () | method |
public function addResourceElement(element:XML):voidAdd a xml element representing a shared resource
Parameters
element:XML — the xml element
|
| getResourceElement | () | method |
public function getResourceElement(id:String, context:GraphMLParseContext):XMLGet the xml element representing the shared resource.
Parameters
id:String — the id for the shared resource
| |
context:GraphMLParseContext — the parse context
|
XML — xml element representing the shared resource.
|