This commit is contained in:
Scott Murray
2013-04-01 16:46:41 -07:00
parent 07e265d0e6
commit ba3223d418
2 changed files with 10 additions and 2 deletions

View File

@@ -42,7 +42,10 @@ import processing.core.PApplet;
* representing a single node of an XML tree.
*
* @webref data:composite
* @see PApplet#createXML(String)
* @see PApplet#loadXML(String)
* @see PApplet#parseXML(String)
* @see PApplet#saveXML(XML, String)
*/
public class XML implements Serializable {