com.yworks.yfiles.server.graphml.flexio
Interface SharedReferenceElementProvider

All Known Implementing Classes:
DefaultReferenceResolver

public interface SharedReferenceElementProvider

This interface can be implemented by a ReferenceResolver in order to expose the actual XML elements of the shared data GraphML section.


Method Summary
 org.w3c.dom.Node getReferenceElement(java.lang.String id)
          Returns the XML element with the provided id, or null, if no XML element with the provided id was contained in the shared data section.
 

Method Detail

getReferenceElement

public org.w3c.dom.Node getReferenceElement(java.lang.String id)
Returns the XML element with the provided id, or null, if no XML element with the provided id was contained in the shared data section.



Copyright © 2000-2013 yWorks GmbH. All rights reserved