Crate markup5ever [−] [src]
Reexports
pub extern crate tendril; |
pub use interface::ExpandedName; |
pub use interface::QualName; |
pub use interface::Attribute; |
Modules
| buffer_queue |
The |
| data |
Data that is known at compile-time and hard-coded into the binary. |
| interface | |
| rcdom |
A simple reference-counted DOM. |
| serialize |
Traits for serializing elements. The serializer expects the data to be xml-like (with a name, and optional children, attrs, text, comments, doctypes, and processing instructions). It uses the visitor pattern, where the serializer and the serializable objects are decoupled and implement their own traits. |
| smallcharset |
This module contains a single struct |
Macros
| expanded_name | |
| local_name | |
| namespace_prefix | |
| namespace_url | |
| ns | |
| small_char_set |
Create a |
Structs
| LocalNameStaticSet | |
| NamespaceStaticSet | |
| PrefixStaticSet | |
| SmallCharSet |
Represents a set of "small characters", those with Unicode scalar values less than 64. |
Type Definitions
| LocalName | |
| Namespace | |
| Prefix |