Expand description
Custom atomic types for XPath.
Where atomic types cannot be defined using standard Rust types or
external packages such as chrono, ordered_float and rust_decimal,
Xee defines its own types.
Structs§
- Duration
- A Duration is a combination of a
YearMonthDurationand [chrono::Duration`]. - GDay
- A
GDayis a combination of a day and an optionalchrono::FixedOffset. - GMonth
- A
GMonthis a combination of a month and an optionalchrono::FixedOffset. - GMonth
Day - A
GMonthDayis a combination of a month and a day, and an optionalchrono::FixedOffset. - GYear
- A
GYearis a combination of a year and an optionalchrono::FixedOffset. - GYear
Month - A
GYearMonthis a combination of a year and a month, and an optionalchrono::FixedOffset. - Naive
Date Time With Offset - A
NaiveDateTimeWithOffsetis a combination of achrono::NaiveDateTimeand an optionalchrono::FixedOffset. - Naive
Date With Offset - A
NaiveDateWithOffsetis a combination of achrono::NaiveDateand an optionalchrono::FixedOffset. - Naive
Time With Offset - A
NaiveTimeWithOffsetis a combination of achrono::NaiveTimeand an optionalchrono::FixedOffset. - Year
Month Duration
Enums§
- Binary
Type - The types of binary supported as atomic values.
- String
Type - The types of string supported as atomic values.