mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
change set/getString() to set/get(), break TableRow out separately
This commit is contained in:
@@ -68,6 +68,11 @@ public class XML implements Serializable {
|
||||
}
|
||||
|
||||
|
||||
public XML(File file) {
|
||||
this(PApplet.createReader(file));
|
||||
}
|
||||
|
||||
|
||||
public XML(Reader reader) {
|
||||
try {
|
||||
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
|
||||
|
||||
Reference in New Issue
Block a user