interface XMLRoot {
    children: XMLChild[];
    entities: XMLEntity[];
}

Properties

Properties

children: XMLChild[]
entities: XMLEntity[]