ecologylab.semantics.actions
Class CreateSearchSemanticAction

java.lang.Object
  extended by ecologylab.generic.Debug
      extended by ecologylab.xml.ElementState
          extended by ecologylab.semantics.actions.SemanticAction
              extended by ecologylab.semantics.actions.CreateSearchSemanticAction
All Implemented Interfaces:
SemanticActionStandardMethods, ecologylab.xml.ClassTypes, ecologylab.xml.XMLTranslationExceptionTypes

public class CreateSearchSemanticAction
extends SemanticAction
implements SemanticActionStandardMethods

Author:
amathur

Nested Class Summary
 
Nested classes/interfaces inherited from class ecologylab.xml.ElementState
ecologylab.xml.ElementState.DeclarationStyle, ecologylab.xml.ElementState.xml_attribute, ecologylab.xml.ElementState.xml_bind_from, ecologylab.xml.ElementState.xml_bind_to, ecologylab.xml.ElementState.xml_class, ecologylab.xml.ElementState.xml_classes, ecologylab.xml.ElementState.xml_collection, ecologylab.xml.ElementState.xml_format, ecologylab.xml.ElementState.xml_leaf, ecologylab.xml.ElementState.xml_map, ecologylab.xml.ElementState.xml_nested, ecologylab.xml.ElementState.xml_nowrap, ecologylab.xml.ElementState.xml_other_tags, ecologylab.xml.ElementState.xml_scope, ecologylab.xml.ElementState.xml_tag, ecologylab.xml.ElementState.xml_text
 
Field Summary
 
Fields inherited from class ecologylab.xml.ElementState
CDATA, NORMAL, UTF16, UTF16_LE, UTF8
 
Fields inherited from interface ecologylab.semantics.actions.SemanticActionStandardMethods
BACK_OFF_FROM_SITE, CREATE_AND_VISUALIZE_IMG_SURROGATE, CREATE_AND_VISUALIZE_TEXT_SURROGATE, CREATE_CONATINER, CREATE_SEARCH, CREATE_SEMANTIC_ANCHOR, EVALUATE_RANK_WEIGHT, FOR_EACH, GENERAL_ACTION, GET_FIELD_ACTION, GET_XPATH_NODE, IF, PARSE_DOCUMENT_LATER, PARSE_DOCUMENT_NOW, SET_FIELD_ACTION, SET_METADATA
 
Fields inherited from interface ecologylab.xml.ClassTypes
BAD_FIELD, COLLECTION_ELEMENT, COLLECTION_SCALAR, IGNORED_ATTRIBUTE, IGNORED_ELEMENT, LEAF_NODE_VALUE, MAP_ELEMENT, MAP_SCALAR, NAME_SPACE_ATTRIBUTE, NAME_SPACE_LEAF_NODE, NAME_SPACE_MASK, NAME_SPACE_NESTED_ELEMENT, NAMESPACE_IGNORED_ELEMENT, NAMESPACE_TRIAL_ELEMENT, OTHER_NESTED_ELEMENT, REGULAR_ATTRIBUTE, REGULAR_NESTED_ELEMENT, ROOT, TEXT_NODE_VALUE, UNSET_TYPE, XMLNS_ATTRIBUTE, XMLNS_IGNORED
 
Fields inherited from interface ecologylab.xml.XMLTranslationExceptionTypes
FILE_NOT_FOUND, IO_EXCEPTION, NULL_PURL, UNKNOWN
 
Constructor Summary
CreateSearchSemanticAction()
           
 
Method Summary
 java.lang.String getActionName()
          returns the name of the action.
 void handleError()
          Handles the error for the action
 
Methods inherited from class ecologylab.semantics.actions.SemanticAction
getArgs, getArgument, getChecks, getDefVars, getError, getObject, getReturnType, getReturnValue, hasArguments, setError, setObject, setReturnType, setReturnValue
 
Methods inherited from class ecologylab.xml.ElementState
buildDOM, buildDOM, buildDOM, buildDOM, buildDOM, buildDOMFromXMLCharSequence, buildDOMFromXMLString, checkAnnotation, createParentDirs, getChildFieldAccessors, getElementStateById, getFieldDescriptors, getNestedNameSpace, getTextNodeString, hasScalarTextField, lookupNestedNameSpace, parent, propagateInheritedValues, recycle, setDeclarationStyle, setParent, setUseDOMForTranslateTo, translateFromXML, translateFromXML, translateFromXML, translateFromXML, translateFromXML, translateFromXMLCharSequence, translateFromXMLDOM, translateFromXMLDOM, translateFromXMLDOM, translateFromXMLDOM, translateFromXMLDOM, translateFromXMLDOM, translateFromXMLDOMCharSequence, translateFromXMLDOMCharSequence, translateFromXMLRootNode, translateFromXMLSAX, translateFromXMLSAX, translateFromXMLSAX, translateFromXMLSAX, translateFromXMLSAX, translateToDOM, translateToXML, translateToXML, translateToXML, translateToXML, writePrettyXML, writePrettyXML, writePrettyXML
 
Methods inherited from class ecologylab.generic.Debug
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateSearchSemanticAction

public CreateSearchSemanticAction()
Method Detail

getActionName

public java.lang.String getActionName()
Description copied from class: SemanticAction
returns the name of the action.

Specified by:
getActionName in class SemanticAction
Returns:

handleError

public void handleError()
Description copied from class: SemanticAction
Handles the error for the action

Specified by:
handleError in class SemanticAction