<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.io.graphml.mxGraphMlKeyManager</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>mxGraphMlKeyManager</B><DT>extends <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></DL>
</PRE>
<P>
This is a singleton class that contains a map with the key elements of the
document. The key elements are wrapped in instances of mxGmlKey and
<CODE>static <AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKeyManager.html"title="class in com.mxgraph.io.graphml">mxGraphMlKeyManager</A></CODE></FONT></TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true"title="class or interface in java.util">HashMap</A><<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A>,<AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKey.html"title="class in com.mxgraph.io.graphml">mxGraphMlKey</A>></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKeyManager.html#initialise(org.w3c.dom.Document)">initialise</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true"title="class or interface in org.w3c.dom">Document</A> doc)</CODE>
<BR>
Load the map with the key elements in the document.<br/>
The keys are wrapped for instances of mxGmlKey.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKeyManager.html#setKeyMap(java.util.HashMap)">setKeyMap</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true"title="class or interface in java.util">HashMap</A><<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A>,<AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKey.html"title="class in com.mxgraph.io.graphml">mxGraphMlKey</A>> keyMap)</CODE>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
public static <AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKeyManager.html"title="class in com.mxgraph.io.graphml">mxGraphMlKeyManager</A><B>getInstance</B>()</PRE>
<DL>
<DD>Returns the instance of mxGmlKeyManager.
If no instance has been created until the moment, a new instance is
returned.
This method don't load the map.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>An instance of mxGmlKeyManager.</DL>
public void <B>initialise</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true"title="class or interface in org.w3c.dom">Document</A> doc)</PRE>
<DL>
<DD>Load the map with the key elements in the document.<br/>
The keys are wrapped for instances of mxGmlKey.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>doc</CODE> - Document with the keys.</DL>
</DD>
</DL>
<HR>
<ANAME="getKeyMap()"><!----></A><H3>
getKeyMap</H3>
<PRE>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true"title="class or interface in java.util">HashMap</A><<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A>,<AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKey.html"title="class in com.mxgraph.io.graphml">mxGraphMlKey</A>><B>getKeyMap</B>()</PRE>
public void <B>setKeyMap</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/HashMap.html?is-external=true"title="class or interface in java.util">HashMap</A><<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A>,<AHREF="../../../../com/mxgraph/io/graphml/mxGraphMlKey.html"title="class in com.mxgraph.io.graphml">mxGraphMlKey</A>> keyMap)</PRE>