Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

HtmlWebNodeVisitor processes children when visiting nodes that are at maximum depth #1

@callajd

Description

@callajd

HtmlWebNodeVisitor could be smarter about its visitation - the search algorithm specifically doesn't add children to the stack if the current node is at the maximum depth. However, the visitor doesn't have any insight into the depth of the node it's visiting.

Could pass the depth to the visitor as a parameter or augment the Node object with a depth field...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions