[−][src]Function xml::common::is_whitespace_char
pub fn is_whitespace_char(c: char) -> bool
Checks whether the given character is a white space character (S
)
as is defined by XML 1.1 specification, section 2.3.
pub fn is_whitespace_char(c: char) -> bool
Checks whether the given character is a white space character (S
)
as is defined by XML 1.1 specification, section 2.3.