Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.hooks
Class HookUtil

java.lang.Object
  |
  +--ORG.oclc.mantis.hooks.HookUtil

public class HookUtil
extends Object


Constructor Summary
HookUtil()
           
 
Method Summary
static DataDir chgTags(DataDir dir, TagFile tf, int old_tag, int new_tag, int occurrence, String indc, String inds, String aux_tag)
           
static void cleanLocalData(Element el)
           
static void cleanLocalData(Element el, String prefix)
           
static void deleteLocalData(Element el)
           
static void deleteLocalData(Element el, String prefix)
           
static Element findLocalDataFor(Element el, String inst, MantisXML xmltree, boolean doClone)
           
static Element findLocalDataFor(Element el, String inst, MantisXML xmltree, boolean doClone, String prefix)
           
static boolean hasPrivate(Element el, MantisXML xmltree, String prefix)
           
static void listChildren(Element el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HookUtil

public HookUtil()
Method Detail

listChildren

public static void listChildren(Element el)

findLocalDataFor

public static Element findLocalDataFor(Element el,
                                       String inst,
                                       MantisXML xmltree,
                                       boolean doClone)

findLocalDataFor

public static Element findLocalDataFor(Element el,
                                       String inst,
                                       MantisXML xmltree,
                                       boolean doClone,
                                       String prefix)

hasPrivate

public static boolean hasPrivate(Element el,
                                 MantisXML xmltree,
                                 String prefix)

deleteLocalData

public static void deleteLocalData(Element el)

deleteLocalData

public static void deleteLocalData(Element el,
                                   String prefix)

cleanLocalData

public static void cleanLocalData(Element el)

cleanLocalData

public static void cleanLocalData(Element el,
                                  String prefix)

chgTags

public static DataDir chgTags(DataDir dir,
                              TagFile tf,
                              int old_tag,
                              int new_tag,
                              int occurrence,
                              String indc,
                              String inds,
                              String aux_tag)

Open SiteSearch 4.1.1
Final