net.rim.device.api.xml.jaxp
Interface RIMExtendedHandler2


public interface RIMExtendedHandler2

suppliment to org.xml.sax.helpers.DefaultHandler a RIM SAX parser will detect if the DefaultHandler implements this interface and make addition callbacks if it does

Since:
BlackBerry API 5.0.0

Method Summary
 void extension(int ext, int b, InputStream is)
          Receives notification of WBXML extensions
 

Method Detail

extension

public void extension(int ext,
                      int b,
                      InputStream is)
               throws SAXException,
                      IOException
Receives notification of WBXML extensions
Parameters:
ext - - Extenion
b - - byte being read
is - - Input Stream for reading more data
Throws:
SAXException - Thrown if a SAX exception, possibly wrapping another exception, occurs.
Since:
BlackBerry API 5.0.0



Copyright 1999-2009 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.