MCPcopy Create free account
hub / github.com/AnalyseSI/AnalyseSI / parseUntil

Method parseUntil

src/com/microstar/xml/XmlParser.java:3818–3832  ·  view source on GitHub ↗

Read all data until we find the specified string. This is especially useful for scanning marked sections. This is a a little inefficient right now, since it calls tryRead() for every character. @param delim The string delimiter @see #tryRead(String, boolean) @see #readCh

(String delim)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parsePIMethod · 0.95
parseCDSectMethod · 0.95

Calls 4

tryReadMethod · 0.95
readChMethod · 0.95
dataBufferAppendMethod · 0.95
errorMethod · 0.95

Tested by

no test coverage detected