ORG.oclc.mantis.hooks
Class ElementNameHook
java.lang.Object
|
+--ORG.oclc.mantis.MantisHook
|
+--ORG.oclc.mantis.hooks.ElementNameHook
- public class ElementNameHook
- extends MantisHook
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 |
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
ElementNameHook
public ElementNameHook()
run
public boolean run(String action,
Element el,
MantisXML xmltree)
- Overrides:
- run in class MantisHook