Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getChild
Method
getChild
core/src/processing/data/XML.java:445–448 ·
view source on GitHub ↗
Quick accessor for an element at a particular index. @nowebref
(int index)
Source
from the content-addressed store, hash-verified
443
* @nowebref
444
*/
445
public
XML getChild(
int
index) {
446
checkChildren();
447
return
children[index];
448
}
449
450
451
/**
Callers
4
getChildRecursive
Method · 0.95
getChildren
Method · 0.95
copyGroup
Method · 0.45
expandTree
Method · 0.45
Calls
6
checkChildren
Method · 0.95
getChildRecursive
Method · 0.95
split
Method · 0.95
getChildCount
Method · 0.95
getName
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected