|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--de.osci.osci12.messageparts.MessagePartParser | +--de.osci.osci12.messageparts.FeedbackBuilder
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 |
public FeedbackBuilder(OSCIMessageBuilder parent)
Method Detail |
public java.lang.String[] getFeedbackCodes()
public java.lang.String[][] getFeedback()
public java.lang.String getLanguage()
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
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
uri
- Description of ParameterlocalName
- Description of ParameterqName
- Description of Parameterattributes
- Description of Parameter
org.xml.sax.SAXException
- Description of Exceptionpublic void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
uri
- Description of ParameterlocalName
- Description of ParameterqName
- Description of Parameter
org.xml.sax.SAXException
- Description of Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |