fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks
Class InitialHyperlinkMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,HyperlinkInfo>
          extended by fr.opensagres.xdocreport.document.docx.preprocessor.sax.hyperlinks.InitialHyperlinkMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,HyperlinkInfo>

public class InitialHyperlinkMap
extends HashMap<String,HyperlinkInfo>

Map which stores the initial Relationship type of Hyperlink declared in the "word/_rels/document.xml.rels".

        
 

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
InitialHyperlinkMap()
           
 
Method Summary
 boolean isModified()
           
 HyperlinkInfo remove(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

InitialHyperlinkMap

public InitialHyperlinkMap()
Method Detail

remove

public HyperlinkInfo remove(Object key)
Specified by:
remove in interface Map<String,HyperlinkInfo>
Overrides:
remove in class HashMap<String,HyperlinkInfo>

isModified

public boolean isModified()


Copyright © 2013. All rights reserved.