org.graphdrawing.graphml.reader
Interface GraphMLParseContext.ResourceHandler
- Enclosing interface:
- GraphMLParseContext
- public static interface GraphMLParseContext.ResourceHandler
Interface for classes that provide methods to manage shared object resources for the parse process
getResourceForID
public Object getResourceForID(String id,
GraphMLParseContext.ResourceDecoder decoder,
GraphMLParseContext context)
- Retrieve the shared resource that is referenced by
id
- Parameters:
id - the iddecoder - context -
- Returns:
addResourceNode
public void addResourceNode(Node domNode)
Copyright ©2000-2008, yWorks GmbH. All rights reserved.