Document.createNodeIterator

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createNodeIterator(Node root, uint whatToShow, Optional!(T2) filter)
    struct Document
    nothrow
    createNodeIterator
    (
    T2
    )
    (
    scope ref Node root
    ,,
    scope auto ref Optional!(T2) filter
    )
  2. auto createNodeIterator(Node root, uint whatToShow)
  3. auto createNodeIterator(Node root)

Meta