NodeSet.prev

Return a set containing all prior sibling elements of the nodes within this set, which match the optional name

  1. NodeSet prev(T[] name)
    struct NodeSet
    prev
    (
    in T[] name = null
    )
  2. NodeSet prev(bool delegate(Node) filter, XmlNodeType type)

Meta