var searchIndex = {}; searchIndex["select"] = {"doc":"","items":[[0,"document","select","",null,null],[3,"Document","select::document","An HTML document.",null,null],[12,"nodes","","",0,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"clone","","",0,null],[11,"from_str","","Parses the given `&str` into a `Document`.",0,{"inputs":[{"name":"str"}],"output":{"name":"document"}}],[11,"find","","Returns a `Selection` containing nodes passing the given predicate `p`.",0,null],[11,"nth","","Returns the `n`th node of the document as a `Node`, indexed from 0.",0,null],[0,"node","select","",null,null],[3,"Raw","select::node","Internal representation of a Node. Not of much use without a reference to a\nDocument.",null,null],[12,"index","","",1,null],[12,"parent","","",1,null],[12,"prev","","",1,null],[12,"next","","",1,null],[12,"data","","",1,null],[3,"Node","","A Node.",null,null],[4,"Data","","The Node type specific data stored by every Node.",null,null],[13,"Text","","",2,null],[13,"Element","","",2,null],[13,"Comment","","",2,null],[11,"eq","","",2,null],[11,"ne","","",2,null],[11,"fmt","","",2,null],[11,"clone","","",2,null],[11,"eq","","",1,null],[11,"ne","","",1,null],[11,"fmt","","",1,null],[11,"clone","","",1,null],[11,"eq","","",3,null],[11,"ne","","",3,null],[11,"fmt","","",3,null],[11,"clone","","",3,null],[11,"new","","",3,{"inputs":[{"name":"document"},{"name":"usize"}],"output":{"name":"node"}}],[11,"index","","",3,null],[11,"raw","","",3,null],[11,"data","","",3,null],[11,"name","","",3,null],[11,"attr","","",3,null],[11,"parent","","",3,null],[11,"prev","","",3,null],[11,"next","","",3,null],[11,"text","","",3,null],[11,"html","","",3,null],[11,"inner_html","","",3,null],[11,"find","","",3,null],[11,"is","","",3,null],[11,"as_text","","",3,null],[11,"as_comment","","",3,null],[11,"serialize","","",3,null],[0,"predicate","select","",null,null],[3,"Name","select::predicate","Matches Element Node with name `T`.",null,null],[12,"0","","",4,null],[3,"Class","","Matches Element Node containing class `T`.",null,null],[12,"0","","",5,null],[3,"Not","","Matches if the Predicate `T` does not match.",null,null],[12,"0","","",6,null],[3,"Attr","","Matches Element Node containing attribute `N` with value `V` if `V` is an\n`&str`, or any value if `V` is `()`.",null,null],[12,"0","","",7,null],[12,"1","","",7,null],[3,"Element","","Matches any Element Node.",null,null],[3,"Text","","Matches any Text Node.",null,null],[3,"Comment","","Matches any Comment Node.",null,null],[3,"Or","","Matches if either inner Predicate `A` or `B` matches the Node.",null,null],[12,"0","","",8,null],[12,"1","","",8,null],[3,"And","","Matches if the inner Predicate `A` and `B` both match the Node.",null,null],[12,"0","","",9,null],[12,"1","","",9,null],[8,"Predicate","","A trait implemented by all `Node` matchers.",null,null],[10,"matches","","",10,null],[11,"or","","",10,null],[11,"and","","",10,null],[11,"not","","",10,null],[11,"eq","","",4,null],[11,"ne","","",4,null],[11,"fmt","","",4,null],[11,"clone","","",4,null],[11,"matches","","",4,null],[11,"eq","","",5,null],[11,"ne","","",5,null],[11,"fmt","","",5,null],[11,"clone","","",5,null],[11,"matches","","",5,null],[11,"eq","","",6,null],[11,"ne","","",6,null],[11,"fmt","","",6,null],[11,"clone","","",6,null],[11,"matches","","",6,null],[11,"eq","","",7,null],[11,"ne","","",7,null],[11,"fmt","","",7,null],[11,"clone","","",7,null],[11,"matches","","",7,null],[11,"matches","","",7,null],[11,"eq","","",11,null],[11,"fmt","","",11,null],[11,"clone","","",11,null],[11,"matches","","",11,null],[11,"eq","","",12,null],[11,"fmt","","",12,null],[11,"clone","","",12,null],[11,"matches","","",12,null],[11,"eq","","",13,null],[11,"fmt","","",13,null],[11,"clone","","",13,null],[11,"matches","","",13,null],[11,"eq","","",8,null],[11,"ne","","",8,null],[11,"fmt","","",8,null],[11,"clone","","",8,null],[11,"matches","","",8,null],[11,"eq","","",9,null],[11,"ne","","",9,null],[11,"fmt","","",9,null],[11,"clone","","",9,null],[11,"matches","","",9,null],[0,"selection","select","",null,null],[3,"Selection","select::selection","",null,null],[3,"Iter","","",null,null],[11,"eq","","",14,null],[11,"ne","","",14,null],[11,"fmt","","",14,null],[11,"clone","","",14,null],[11,"new","","",14,{"inputs":[{"name":"document"},{"name":"bitset"}],"output":{"name":"selection"}}],[11,"iter","","",14,null],[11,"filter","","",14,null],[11,"find","","",14,null],[11,"parent","","",14,null],[11,"prev","","",14,null],[11,"next","","",14,null],[11,"parents","","",14,null],[11,"children","","",14,null],[11,"first","","",14,null],[11,"clone","","",15,null],[11,"next","","",15,null]],"paths":[[3,"Document"],[3,"Raw"],[4,"Data"],[3,"Node"],[3,"Name"],[3,"Class"],[3,"Not"],[3,"Attr"],[3,"Or"],[3,"And"],[8,"Predicate"],[3,"Element"],[3,"Text"],[3,"Comment"],[3,"Selection"],[3,"Iter"]]}; initSearch(searchIndex);