fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes
Class NoteUtils

java.lang.Object
  extended by fr.opensagres.xdocreport.document.docx.preprocessor.sax.notes.NoteUtils

public class NoteUtils
extends Object


Constructor Summary
NoteUtils()
           
 
Method Summary
static InitialNoteInfoMap getInitialEndNoteInfoMap(Map<String,Object> sharedContext)
           
static InitialNoteInfoMap getInitialFootNoteInfoMap(Map<String,Object> sharedContext)
          Returns the InitialNoteInfoMap from the given sharedContext.
static void putInitialEndNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap notesMap)
           
static void putInitialFootNoteInfoMap(Map<String,Object> sharedContext, InitialNoteInfoMap notesMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteUtils

public NoteUtils()
Method Detail

getInitialFootNoteInfoMap

public static InitialNoteInfoMap getInitialFootNoteInfoMap(Map<String,Object> sharedContext)
Returns the InitialNoteInfoMap from the given sharedContext.

Parameters:
sharedContext -
Returns:

putInitialFootNoteInfoMap

public static void putInitialFootNoteInfoMap(Map<String,Object> sharedContext,
                                             InitialNoteInfoMap notesMap)

getInitialEndNoteInfoMap

public static InitialNoteInfoMap getInitialEndNoteInfoMap(Map<String,Object> sharedContext)

putInitialEndNoteInfoMap

public static void putInitialEndNoteInfoMap(Map<String,Object> sharedContext,
                                            InitialNoteInfoMap notesMap)


Copyright © 2013. All rights reserved.