com.aspose.html.dom.traversal

Interface ITraversal

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      INodeFilter getFilter()
      The NodeFilter used to screen nodes.
      Node getRoot()
      The root node of the NodeIterator, as specified when it was created.
      long getWhatToShow()
      This attribute determines which node types are presented via the iterator.
      • Methods inherited from interface com.aspose.html.internal.ms.System.IDisposable

        dispose
    • Method Detail

      • getRoot

        @DOMNameAttribute(name="root")
        Node getRoot()

        The root node of the NodeIterator, as specified when it was created.

        Value: The root.
      • getWhatToShow

        @DOMNameAttribute(name="whatToShow")
        long getWhatToShow()

        This attribute determines which node types are presented via the iterator. The available set of constants is defined in the NodeFilter interface. Nodes not accepted by whatToShow will be skipped, but their children may still be considered. Note that this skip takes precedence over the filter, if any.

        Value: The what to show.