de.osci.osci12.messageparts
Class FeedbackBuilder

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--de.osci.osci12.messageparts.MessagePartParser
              |
              +--de.osci.osci12.messageparts.FeedbackBuilder
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class FeedbackBuilder
extends MessagePartParser

Description of the Class


Constructor Summary
FeedbackBuilder(OSCIMessageBuilder parent)
          Constructor for the FeedbackBuilder object
 
Method Summary
 void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Description of the Method
 java.lang.String[][] getFeedback()
          Gets the feedback attribute of the FeedbackBuilder object
 java.lang.String[] getFeedbackCodes()
          Gets the feedbackCodes attribute of the FeedbackBuilder object
 java.lang.String getLanguage()
          Gets the language attribute of the FeedbackBuilder object
 void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
          Description of the Method
 
Methods inherited from class de.osci.osci12.messageparts.MessagePartParser
characters
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedbackBuilder

public FeedbackBuilder(OSCIMessageBuilder parent)
Constructor for the FeedbackBuilder object

Method Detail

getFeedbackCodes

public java.lang.String[] getFeedbackCodes()
Gets the feedbackCodes attribute of the FeedbackBuilder object

Returns:
The feedbackCodes value

getFeedback

public java.lang.String[][] getFeedback()
Gets the feedback attribute of the FeedbackBuilder object

Returns:
The feedback value

getLanguage

public java.lang.String getLanguage()
Gets the language attribute of the FeedbackBuilder object

Returns:
The language value

startElement

public void startElement(java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String qName,
                         org.xml.sax.Attributes attributes)
                  throws org.xml.sax.SAXException
Description of the Method

Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.DefaultHandler
Parameters:
uri - Description of Parameter
localName - Description of Parameter
qName - Description of Parameter
attributes - Description of Parameter
Throws:
org.xml.sax.SAXException - Description of Exception

endElement

public void endElement(java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String qName)
                throws org.xml.sax.SAXException
Description of the Method

Specified by:
endElement in interface org.xml.sax.ContentHandler
Overrides:
endElement in class org.xml.sax.helpers.DefaultHandler
Parameters:
uri - Description of Parameter
localName - Description of Parameter
qName - Description of Parameter
Throws:
org.xml.sax.SAXException - Description of Exception


Copyright © 2004. All Rights Reserved.