de.osci.osci12.messageparts
Class MessagePartParser

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

public class MessagePartParser
extends org.xml.sax.helpers.DefaultHandler

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2003

Organisation:


Method Summary
 void characters(char[] parm1, int parm2, int parm3)
          Description of the Method
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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