pub fn attr_value(attr: XMLAttr, name: String) -> String
pub fn exclusive_c14n(
root_node: a,
excluding_node: b,
with_comments: Bool,
prefix_list: String,
) -> buffer.Buffer
pub fn node_attr(node: XMLNode, name: String) -> String
pub fn node_name(node: XMLNode) -> String
pub fn node_ns(node: XMLNode) -> String
pub fn node_remove_all_attributes(node: XMLNode) -> Nil
pub fn node_remove_attribute(node: XMLNode, name: String) -> Nil
pub fn node_remove_children(
node: XMLNode,
tag_name: String,
) -> Nil
pub fn node_remove_text(node: XMLNode) -> Nil
pub fn node_set_attr(
node: XMLNode,
name: String,
value: String,
) -> Nil
pub fn node_set_tag(
node: XMLNode,
name: String,
value: XMLNode,
) -> Nil
pub fn node_set_text(node: XMLNode, value: String) -> Nil
pub fn node_text(node: XMLNode) -> String
pub fn parse(data: a) -> XMLDoc
pub fn serialize(
root_node: a,
excluding_node: b,
) -> buffer.Buffer
pub fn serialize_to_string(
root_node: a,
excluding_node: b,
) -> String