@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)
| 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 |
no test coverage detected