|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RIMOpaqueDataHandler
A supplement to org.xml.sax.helpers.DefaultHandler.
A RIM SAX parser detects if the DefaultHandler implements this interface
and makes addition callbacks if it does.
| Method Summary | ||
|---|---|---|
void |
opaqueData(byte[] data,
int offset,
int length)
Receives notification of opaque data within a content section. |
|
| Method Detail |
|---|
void opaqueData(byte[] data,
int offset,
int length)
throws SAXException
data - The opaque data.offset - The start position in the byte array.length - The number of characters to use from the byte array.
SAXException - Thrown if a SAX exception, possibly
wrapping another exception, occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal