संदर्भ 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>.

उदाहरण

सिंटैक्स

getChildren([name])

पैरामीटर्स

name
String: name of the elements to return.

Returns

p5.XML[]: child elements.

संबंधित संदर्भ