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:
org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class SpeechActHandler extends ReflectXMLHandler
- Author:
- Joao Dias
-
-
Constructor Summary
Constructors Constructor Description SpeechActHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidContext(org.xml.sax.Attributes attributes)voidContextCharacters(java.lang.String value)voidEmotion(org.xml.sax.Attributes attributes)SpeechActgetSpeechAct()voidParamCharacters(java.lang.String param)voidReceiverCharacters(java.lang.String receiver)voidSenderCharacters(java.lang.String sender)voidSpeechAct(org.xml.sax.Attributes attributes)voidTypeCharacters(java.lang.String type)voidUtterance(org.xml.sax.Attributes attributes)voidUtteranceCharacters(java.lang.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, warning
-
-
-
-
Method Detail
-
SpeechAct
public void SpeechAct(org.xml.sax.Attributes attributes)
-
Emotion
public void Emotion(org.xml.sax.Attributes attributes)
-
getSpeechAct
public SpeechAct getSpeechAct()
-
ReceiverCharacters
public void ReceiverCharacters(java.lang.String receiver)
-
SenderCharacters
public void SenderCharacters(java.lang.String sender)
-
TypeCharacters
public void TypeCharacters(java.lang.String type)
-
ParamCharacters
public void ParamCharacters(java.lang.String param)
-
Utterance
public void Utterance(org.xml.sax.Attributes attributes)
-
UtteranceCharacters
public void UtteranceCharacters(java.lang.String utterance)
-
Context
public void Context(org.xml.sax.Attributes attributes)
-
ContextCharacters
public void ContextCharacters(java.lang.String value)
-
-