public interface ContentInsertHandler extends ContentHandler
Modifier and Type | Method and Description |
---|---|
void |
insert(ContentResolver contentResolver,
InputStream in)
insert data from InputStream to ContentResolver
|
void |
insert(ContentResolver contentResolver,
String in)
insert data from String to ContentResolver
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
void insert(ContentResolver contentResolver, InputStream in) throws IOException, SAXException
contentResolver
- in
- InputStreamIOException
SAXException
void insert(ContentResolver contentResolver, String in) throws SAXException
contentResolver
- in
- input stringSAXException