de.osci.osci12.messageparts
Class FeedbackBuilder

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--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 org.xml.sax.helpers.DefaultHandler

Description of the Class


Constructor Summary
FeedbackBuilder(org.xml.sax.XMLReader xmlReader, org.xml.sax.helpers.DefaultHandler parentHandler, org.xml.sax.Attributes atts)
          Constructor for the FeedbackBuilder object
 
Method Summary
 void characters(char[] parm1, int parm2, int parm3)
          Description of the Method
 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 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(org.xml.sax.XMLReader xmlReader,
                       org.xml.sax.helpers.DefaultHandler parentHandler,
                       org.xml.sax.Attributes atts)
Constructor for the FeedbackBuilder object

Parameters:
xmlReader - Description of Parameter
parentHandler - Description of Parameter
atts - Description of Parameter
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

characters

public void characters(char[] parm1,
                       int parm2,
                       int parm3)
                throws org.xml.sax.SAXException
Description of the Method

Specified by:
characters in interface org.xml.sax.ContentHandler
Overrides:
characters in class org.xml.sax.helpers.DefaultHandler
Parameters:
parm1 - Description of Parameter
parm2 - Description of Parameter
parm3 - Description of Parameter
Throws:
org.xml.sax.SAXException - Description of Exception