Skip to content

Add children accessors #1

@aloisdeniel

Description

@aloisdeniel
/*
node
    name
    other
        name
    name
*/

var child = node.FirstChild("name"); // the first child node with name "name"
var children = node.Children("name"); // the first level children with name "name" (2 results here)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions