Re-exports§
pub use interface::Attribute;
pub use interface::ExpandedName;
pub use interface::QualName;
pub use interface::TokenizerResult;
pub use tendril;
Modules§
- buffer_
queue - The
BufferQueue
struct and helper types. - data
- interface
- Types for tag and attribute names, and tree-builder functionality.
- serialize
- Traits for serializing elements.
- smallcharset
- This module contains a single struct
SmallCharSet
. See its documentation for details.
Macros§
- expanded_
name - Helper to quickly create an expanded name.
- local_
name - Takes a local name as a string and returns its key in the string cache.
- namespace_
prefix - Takes a namespace prefix string and returns its key in a string cache.
- namespace_
url - Takes a namespace url string and returns its key in a string cache.
- ns
- Maps the input of
namespace_prefix!
to the output ofnamespace_url!
. - small_
char_ set - Create a
SmallCharSet
, with each space-separated number stored in the set.
Structs§
- Local
Name Static Set - Namespace
Static Set - Prefix
Static Set - Small
Char Set - Represents a set of “small characters”, those with Unicode scalar values less than 64.