QueryProxy.attribute

Return a set containing all attributes of the nodes within this set, which match the given name.

  1. QueryProxy attribute(bool delegate(Node) filter)
  2. QueryProxy attribute(string name)
    struct QueryProxy
    attribute
    (
    string name = null
    )

Parameters

name string

the name of the attribute to filter on

Return Value

a set of elements that passed the filter test

Meta