|
![]() |
||||||||||
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.OSCIEnvelopeBuilder
Description of the Class
Constructor Summary | |
OSCIEnvelopeBuilder(org.xml.sax.XMLReader xmlReader,
DialogHandler dh)
Constructor for the OSCIMessageBuilder object |
Method Summary | |
void |
endDocument()
|
org.xml.sax.XMLReader |
getXmlReader()
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Start element. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endElement, 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 OSCIEnvelopeBuilder(org.xml.sax.XMLReader xmlReader, DialogHandler dh)
xmlReader
- Description of Parameterdh
- Description of ParameterMethod 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 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 endDocument()
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
public org.xml.sax.XMLReader getXmlReader()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |