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


Method Summary
 void addResourceNode(Node domNode)
           
 Object getResourceForID(String id, GraphMLParseContext.ResourceDecoder decoder, GraphMLParseContext context)
          Retrieve the shared resource that is referenced by id
 

Method Detail

getResourceForID

public Object getResourceForID(String id,
                               GraphMLParseContext.ResourceDecoder decoder,
                               GraphMLParseContext context)
Retrieve the shared resource that is referenced by id

Parameters:
id - the id
decoder -
context -
Returns:

addResourceNode

public void addResourceNode(Node domNode)


Copyright ©2000-2008, yWorks GmbH. All rights reserved.