Added XML.parse() as related to loadXML()

This commit is contained in:
alignedleft
2012-12-11 19:37:37 +00:00
parent ae2d132a24
commit e3aff605a8
+1
View File
@@ -5735,6 +5735,7 @@ public class PApplet extends Applet
/**
* @webref input:files
* @param filename name of a file in the data folder or a URL.
* @see XML#parse(String)
* @see PApplet#loadBytes(String)
* @see PApplet#loadStrings(String)
* @see PApplet#loadTable(String)