Expand description
Provides an Element
type, which represents DOM nodes, and a builder to create them with.
Structs§
- An iterator over the attributes of an
Element
. - An iterator over the attributes of an
Element
, with the values mutable. - An iterator over references to child elements of an
Element
. - An iterator over mutable references to child elements of an
Element
. - An iterator over references to child elements of an
Element
. - Wrapper around a
std::io::Write
and anrxml::writer::Encoder
, to provide a simple function to write an rxml Item to a writer. - A struct representing a DOM Element.
- A builder for
Element
s. - An iterator over references to child text nodes of an
Element
. - An iterator over mutable references to child text nodes of an
Element
.
Functions§
- helper function to escape a
&[u8]
and replace all xml special characters (<, >, &, ’, “) with their corresponding xml escaped value.
Type Aliases§
- Type alias to simplify the use for the default namespace tracking implementation.
- An iterator over references to all child nodes of an
Element
. - An iterator over mutable references to all child nodes of an
Element
.