|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentInsertHandler
Interface to insert data to ContentResolver
| Method Summary | |
|---|---|
void |
insert(ContentResolver contentResolver,
InputStream in)
insert data from InputStream to ContentResolver |
void |
insert(ContentResolver contentResolver,
String in)
insert data from String to ContentResolver |
| Methods inherited from interface org.xml.sax.ContentHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Method Detail |
|---|
void insert(ContentResolver contentResolver,
InputStream in)
throws IOException,
SAXException
contentResolver - in - InputStream
IOException
SAXException
void insert(ContentResolver contentResolver,
String in)
throws SAXException
contentResolver - in - input string
SAXException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||