MCPcopy Index your code
hub / github.com/processing/processing / loadXML

Method loadXML

core/src/processing/core/PApplet.java:5991–5993  ·  view source on GitHub ↗

@webref input:files @param filename name of a file in the data folder or a URL. @see XML @see PApplet#parseXML(String) @see PApplet#saveXML(XML, String) @see PApplet#loadBytes(String) @see PApplet#loadStrings(String) @see PApplet#loadTable(String)

(String filename)

Source from the content-addressed store, hash-verified

5989 * @see PApplet#loadTable(String)
5990 */
5991 public XML loadXML(String filename) {
5992 return loadXML(filename, null);
5993 }
5994
5995
5996 // version that uses 'options' though there are currently no supported options

Callers 3

loadShapeImplMethod · 0.80
loadShapeMethod · 0.80
loadShapeMethod · 0.80

Calls 1

createReaderMethod · 0.95

Tested by

no test coverage detected