Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.hooks
Class ElementNameHook

java.lang.Object
  |
  +--ORG.oclc.mantis.MantisHook
        |
        +--ORG.oclc.mantis.hooks.ElementNameHook

public class ElementNameHook
extends MantisHook


Field Summary
static String ELEMENTNAME_INVALID
           
static String ELEMENTNAME_MISSING
           
static int ERROR
           
static String NAMESPACE_INVALID
           
static String NAMESPACE_MISSING
           
static String NAMESPACE_RESERVED
           
static String NAMESPACE_WARNING
           
static int WARNING
           
 
Fields inherited from class ORG.oclc.mantis.MantisHook
action, args, content_type, displayWrapper, native_dir, next, noDisplay, processChildren
 
Constructor Summary
ElementNameHook()
           
 
Method Summary
 boolean run(String action, Element el, MantisXML xmltree)
           
 
Methods inherited from class ORG.oclc.mantis.MantisHook
addArg, addError, addWarning, display, displayContent, displayContentAnchor, displayContentLabel, displayContentMailto, displayContentValue, displayDataCheck, displayEnlarger, displayError, displayHeader, displayHeading, displayHook, displayLabel, displayReplicable, displaySpacingElements, displayTableCell, displayWarning, doConstantData, export, exportMARC, fromNative, getInfo, HTMLDecode, isError, preExport, remap, removeArg, setError, setupArgs, toNative, update, view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_WARNING

public static final String NAMESPACE_WARNING

NAMESPACE_MISSING

public static final String NAMESPACE_MISSING

ELEMENTNAME_MISSING

public static final String ELEMENTNAME_MISSING

ELEMENTNAME_INVALID

public static final String ELEMENTNAME_INVALID

NAMESPACE_INVALID

public static final String NAMESPACE_INVALID

NAMESPACE_RESERVED

public static final String NAMESPACE_RESERVED

ERROR

public static final int ERROR

WARNING

public static final int WARNING
Constructor Detail

ElementNameHook

public ElementNameHook()
Method Detail

run

public boolean run(String action,
                   Element el,
                   MantisXML xmltree)
Overrides:
run in class MantisHook

Open SiteSearch 4.1.1
Final