NodeSet.prev

Return a set containing all prior sibling nodes of the ones within this set, which pass the given filtering test

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

Meta