Overload List
| Name | Description | |
|---|---|---|
| Item[([(String])]) |
Gets the first child with the given name.
| |
| Item[([(String, Boolean])]) |
Gets the first child with a name that matches the regular expression given by the 'name' parameter
| |
| Item[([(String, String])]) |
Gets the first child with the given name and id
| |
| Item[([(String, String, Boolean])]) |
Gets the first child with a name and id that matches the regular expression given by the parameters
| |
| Item[([(String, String, String])]) |
Gets the first child with the given name, id and classname
|