Trait html5ever_ext::AttributeExt [] [src]

pub trait AttributeExt: Sized {
    fn local(local_name: LocalName, value: &str) -> Self;

    fn empty(local_name: LocalName) -> Self { ... }
}

Additional methods for working with attributes

Required Methods

Makes an Attribute with a Local QualName and value

Provided Methods

Makes an empty Attribute with a Local QualName

Implementors