Module xml::common
[−]
[src]
Contains several types used throughout the library.
Structs
| Error |
XML parsing error. |
| TextPosition |
Represents a position inside some textual document. |
Enums
| XmlVersion |
XML version enumeration. |
Traits
| Position |
Get the position in the document corresponding to the object |
Functions
| is_name_char |
Checks whether the given character is a name character ( |
| is_name_start_char |
Checks whether the given character is a name start character ( |
| is_whitespace_char |
Checks whether the given character is a white space character ( |