Package FAtiMA.Core.util.parsers
Class SpeechActHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
FAtiMA.Core.util.parsers.ReflectXMLHandler
FAtiMA.Core.util.parsers.SpeechActHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Author:
- Joao Dias
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidContext(Attributes attributes) voidContextCharacters(String value) voidEmotion(Attributes attributes) voidParamCharacters(String param) voidReceiverCharacters(String receiver) voidSenderCharacters(String sender) voidSpeechAct(Attributes attributes) voidTypeCharacters(String type) voidUtterance(Attributes attributes) voidUtteranceCharacters(String utterance) Methods inherited from class FAtiMA.Core.util.parsers.ReflectXMLHandler
callCharMethod, callEndMethod, callTagMethod, characters, endDocument, endElement, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, startElement, unparsedEntityDecl, warningMethods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, skippedEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
SpeechActHandler
public SpeechActHandler()
-
-
Method Details
-
SpeechAct
-
Emotion
-
getSpeechAct
-
ReceiverCharacters
-
SenderCharacters
-
TypeCharacters
-
ParamCharacters
-
Utterance
-
UtteranceCharacters
-
Context
-
ContextCharacters
-