Alias for search
Append node to the NodeSet.
Append the class attribute name to all Node objects in the NodeSet.
Insert datum after the last Node in this NodeSet
If path is a string, search this document for path returning the first Node. Otherwise, index in to the array with path.
Set the attribute key to value or the return value of blk on all Node objects in the NodeSet.
Insert datum before the first Node in this NodeSet
Iterate over each node, yielding to block
Is this NodeSet empty?
Get the first element of the NodeSet.
Get the inner html of all contained Node objects
Get the inner text of all contained Node objects
Get the last element of the NodeSet.
Alias for unlink
Remove the attributed named name from all Node objects in the NodeSet
Remove the class attribute name from all Node objects in the NodeSet.
Search this document for paths
Alias for attr
Alias for inner_text
Unlink this NodeSet and all Node objects it contains from their current context.
Wrap this NodeSet with html or the results of the builder in blk
[Validate]