Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brave/kuchikiki
/ functions
Functions
145 in github.com/brave/kuchikiki
⨍
Functions
145
◇
Types & classes
32
Method
is_user_action_state
(&self)
src/select.rs:126
Function
main
()
examples/find_matches.rs:3
Function
main
()
examples/stack-overflow.rs:1
Method
mark_script_already_started
(&mut self, _node: &NodeRef)
src/parser.rs:231
Method
match_non_ts_pseudo_class
( &self, pseudo: &PseudoClass, _context: &mut matching::MatchingContext<KuchikiSelecto
src/select.rs:320
Method
match_pseudo_element
( &self, pseudo: &PseudoElement, _context: &mut matching::MatchingContext<KuchikiSelec
src/select.rs:312
Method
new
(data: NodeData)
src/tree.rs:206
Method
new
Trivial constructor
src/attributes.rs:22
Method
new
(rc: NodeRef, f: F)
src/node_data_ref.rs:48
Method
new_comment
(value: T)
src/tree.rs:246
Method
new_doctype
(name: T1, public_id: T2, system_id: T3)
src/tree.rs:265
Method
new_document
()
src/tree.rs:280
Method
new_element
(name: QualName, attributes: I)
src/tree.rs:219
Method
new_opt
(rc: NodeRef, f: F)
src/node_data_ref.rs:60
Method
new_processing_instruction
(target: T1, data: T2)
src/tree.rs:252
Method
new_text
(value: T)
src/tree.rs:240
Method
next_back
(&mut self)
src/iter.rs:415
Method
next_sibling_element
(&self)
src/select.rs:201
Method
non_recursive_drop_unique_rc
(mut rc: Rc<Node>, stack: &mut Vec<Rc<Node>>)
src/tree.rs:173
Method
opaque
(&self)
src/select.rs:174
Method
parent_element
(&self)
src/select.rs:193
Method
parent_node_is_shadow_root
(&self)
src/select.rs:184
Function
parse_and_serialize
()
src/tests.rs:42
Function
parse_and_serialize_fragment
()
src/tests.rs:60
Method
parse_error
(&mut self, message: Cow<'static, str>)
src/parser.rs:90
Function
parse_file
()
src/tests.rs:76
Method
parse_non_ts_pseudo_class
( &self, location: SourceLocation, name: CowRcStr<'i>, )
src/select.rs:69
Method
prepend
Prepend a new child to this node, before existing children. The new child is detached from its previous position.
src/tree.rs:434
Method
prev_sibling_element
(&self)
src/select.rs:197
Method
quirks_mode
(&self)
src/tree.rs:82
Method
remove
Like IndexMap::remove
src/attributes.rs:80
Method
remove_from_parent
(&mut self, target: &NodeRef)
src/parser.rs:217
Method
reparent_children
(&mut self, node: &NodeRef, new_parent: &NodeRef)
src/parser.rs:222
Method
same_node
(&self, x: &NodeRef, y: &NodeRef)
src/parser.rs:111
Function
select
()
src/tests.rs:116
Method
select
(self, selectors: &str)
src/iter.rs:446
Method
select
(self, selectors: &str)
src/iter.rs:455
Function
select_first
()
src/tests.rs:143
Function
serialize_and_read_file
()
src/tests.rs:98
Method
set_quirks_mode
(&mut self, mode: QuirksMode)
src/parser.rs:102
Function
specificity
()
src/tests.rs:188
Method
text_contents
Return the concatenation of all text nodes in this subtree.
src/tree.rs:287
Method
text_contents
Return the concatenation of all text nodes in this subtree.
src/node_data_ref.rs:113
Function
text_nodes
()
src/tests.rs:12
Function
to_string
()
src/tests.rs:165
← previous
101–145 of 145, ranked by callers