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:
ProcessCardBundleBuilder

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

Interne Klasse, wird von Anwendungen nicht direkt benötigt.

Copyright: Copyright (c) 2003

Organisation: bremen online services GmbH & Co. KG

Version:
1.0

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


Copyright © 2004. All Rights Reserved.