Children returns the children of the element. Note that empty directory-like noders and file-like noders will both return NoChildren.
()
| 45 | // directory-like noders and file-like noders will both return |
| 46 | // NoChildren. |
| 47 | Children() ([]Noder, error) |
| 48 | // NumChildren returns the number of children this element has. |
| 49 | // |
| 50 | // This method is an optimization: the number of children is easily |
no outgoing calls