MCPcopy Index your code
hub / github.com/Erlandys/UE4LinuxLauncher / parse

Method parse

src/org/json/JSONML.java:46–231  ·  view source on GitHub ↗

Parse XML values and store them in a JSONArray. @param x The XMLTokener containing the source string. @param arrayForm true if array form, false if object form. @param ja The JSONArray that is containing the current tag or null if we are at the outermost level. @param keepStrings Don'

(
        XMLTokener x,
        boolean    arrayForm,
        JSONArray  ja,
        boolean keepStrings
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

toJSONArrayMethod · 0.95
toJSONObjectMethod · 0.95

Calls 15

putMethod · 0.95
putMethod · 0.95
accumulateMethod · 0.95
stringToValueMethod · 0.95
lengthMethod · 0.95
lengthMethod · 0.95
unescapeMethod · 0.95
moreMethod · 0.80
syntaxErrorMethod · 0.80
nextContentMethod · 0.80
skipPastMethod · 0.80
backMethod · 0.80

Tested by

no test coverage detected