Referencia getChildren()

getChildren()

Returns an array with the element's child elements as new p5.XML objects.

The parameter, name, is optional. If a string is passed, as in myXML.getChildren('cat'), then the method will only return child elements with the tag <cat></cat>.

Ejemplos

Sintaxis

getChildren([name])

Parámetros

name

name of the elements to return.

Notice any errors or typos? Please let us know. Please feel free to edit src/io/p5.XML.js and open a pull request!

Referencias Relacionadas