[][src]Trait xmlparser::XmlCharExt

pub trait XmlCharExt {
    fn is_xml_name_start(&self) -> bool;
fn is_xml_name(&self) -> bool;
fn is_xml_char(&self) -> bool; }

Extension methods for XML-subset only operations.

Required methods

fn is_xml_name_start(&self) -> bool

Checks if the value is within the NameStartChar range.

fn is_xml_name(&self) -> bool

Checks if the value is within the NameChar range.

fn is_xml_char(&self) -> bool

Checks if the value is within the Char range.

Loading content...

Implementations on Foreign Types

impl XmlCharExt for char[src]

Loading content...

Implementors

Loading content...