We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298cb38 commit 142b1a1Copy full SHA for 142b1a1
1 file changed
core/src/processing/data/XML.java
@@ -443,7 +443,7 @@ public XML getChild(int index) {
443
* Get a child by its name or path.
444
*
445
* @param name element name or path/to/element
446
- * @return the first matching element
+ * @return the first matching element or null if no match
447
*/
448
public XML getChild(String name) {
449
if (name.length() > 0 && name.charAt(0) == '/') {
0 commit comments