MCPcopy Create free account
hub / github.com/CyanogenMod/android_libcore / parse

Method parse

luni/src/main/java/org/xml/sax/XMLReader.java:375–375  ·  view source on GitHub ↗

Parse an XML document. The application can use this method to instruct the XML reader to begin parsing an XML document from any valid input source (a character stream, a byte stream, or a URI). Applications may not invoke this method while a parse is in progress (they should create a new

(InputSource input)

Source from the content-addressed store, hash-verified

373 * @see #setEntityResolver
374 * @see #setDTDHandler
375 * @see #setContentHandler
376 * @see #setErrorHandler
377 */
378 public void parse (InputSource input)

Callers 15

parseMethod · 0.95
getStartElementsMethod · 0.95
parseMethod · 0.95
loadMethod · 0.65
suiteMethod · 0.65
testGoodFile1Method · 0.65
testGoodFile2Method · 0.65
test_getNextSiblingMethod · 0.65
parseMethod · 0.65
setUpMethod · 0.65

Implementers 9

Driverxml/src/main/java/org/xmlpull/v1/sax2/
NoAccessXMLReaderluni/src/test/java/tests/api/org/xml/s
MockReaderluni/src/test/java/tests/api/org/xml/s
DoNothingXMLReaderluni/src/test/java/tests/api/org/xml/s
NoInstanceXMLReaderluni/src/test/java/tests/api/org/xml/s
NoSubclassXMLReaderluni/src/test/java/tests/api/org/xml/s
ParserAdapterluni/src/main/java/org/xml/sax/helpers
ExpatReaderluni/src/main/java/org/apache/harmony/
XMLFilterImplluni/src/main/java/org/xml/sax/helpers

Calls

no outgoing calls

Tested by 15

parseMethod · 0.76
getStartElementsMethod · 0.76
loadMethod · 0.52
suiteMethod · 0.52
testGoodFile1Method · 0.52
testGoodFile2Method · 0.52
test_getNextSiblingMethod · 0.52
parseMethod · 0.52
setUpMethod · 0.52