|
![]() |
||||||||||
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.messagetypes.OSCIMessageBuilder | +--de.osci.osci12.messagetypes.AcceptDeliveryBuilder
Description of the Class
Field Summary |
Fields inherited from class de.osci.osci12.messagetypes.OSCIMessageBuilder |
parentBuilder |
Constructor Summary | |
AcceptDeliveryBuilder(OSCIEnvelopeBuilder parentBuilder)
Konstruktutor für den aufrufenden Mime-Parser |
Method Summary | |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Description of the Method |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Überschreibt die characters Methode des DefaultHandler |
Methods inherited from class de.osci.osci12.messagetypes.OSCIMessageBuilder |
characters, getOSCIMessage |
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 AcceptDeliveryBuilder(OSCIEnvelopeBuilder parentBuilder) throws org.xml.sax.SAXException
parentBuilder
- Parent Object in den meisten Fällen der OSCIEnvelopeBuilderMethod Detail |
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 OSCIMessageBuilder
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 OSCIMessageBuilder
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 |