MCPcopy Index your code
hub / github.com/benfry/processing4 / parse

Method parse

core/src/processing/data/XML.java:267–269  ·  view source on GitHub ↗

Converts String content to an XML object @webref xml:method @webBrief Converts String content to an XML object @param data the content to be parsed as XML @return an XML object, or null @throws SAXException @throws ParserConfigurationException @throws IOException @nowebr

(String data)

Source from the content-addressed store, hash-verified

265 * @nowebref
266 */
267 static public XML parse(String data) throws IOException, ParserConfigurationException, SAXException {
268 return XML.parse(data, null);
269 }
270
271 /**
272 * @nowebref

Callers 4

testDecimalsMethod · 0.95
parseXMLMethod · 0.95
svgToImageMethod · 0.95
XMLMethod · 0.45

Calls

no outgoing calls

Tested by 1

testDecimalsMethod · 0.76