bobzhang/docx2html/xml does not have a README file
#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn XmlElement::equal(XmlElement, XmlElement) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn XmlElement::not_equal(x : XmlElement, y : XmlElement) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn XmlElement::to_repr(XmlElement) -> Reprpub struct XmlReadBudget {
// private fields
}pub(all) enum XmlSourceEncoding {
Utf8
Utf16LittleEndianWithBom
Utf16BigEndianWithBom
Utf16LittleEndian
Utf16BigEndian
}fn collapse_xml_schema_whitespace(value : StringView) -> Stringfn read_xml_bytes_limited(source : BytesView, budget : XmlReadBudget, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_bytes_limited_with_root_namespace_uri(source : BytesView, budget : XmlReadBudget, namespace_map? : Map[String, String]) -> (String?, XmlElement) raise DocxErrorfn read_xml_bytes_strict_limited(source : BytesView, budget : XmlReadBudget, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_bytes_strict_mce_limited(source : BytesView, budget : XmlReadBudget, application_namespaces : Array[String]) -> XmlElement raise DocxErrorfn read_xml_bytes_strict_mce_with_roots_limited(source : BytesView, budget : XmlReadBudget, application_namespaces : Array[String]) -> (XmlElement, XmlElement) raise DocxErrorfn read_xml_string(source : String, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_string_limited(source : String, budget : XmlReadBudget, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_string_strict(source : String, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_string_strict_encoded(source : String, source_encoding : XmlSourceEncoding, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_string_strict_encoded_limited(source : String, source_encoding : XmlSourceEncoding, budget : XmlReadBudget, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_string_strict_limited(source : String, budget : XmlReadBudget, namespace_map? : Map[String, String]) -> XmlElement raise DocxErrorfn read_xml_string_strict_mce_encoded_limited(source : String, source_encoding : XmlSourceEncoding, budget : XmlReadBudget, application_namespaces : Array[String]) -> XmlElement raise DocxErrorfn read_xml_string_with_root_namespace_uri(source : String, namespace_map? : Map[String, String]) -> (String?, XmlElement) raise DocxErrorfn write_xml_fragment_limited(element : XmlElement, max_output_bytes~ : Int, namespaces? : Map[String, String]) -> String raise DocxErrorfn xml_element(name : String, attributes? : Map[String, String], children? : Array[XmlNode]) -> XmlElementfn xml_read_budget(max_source_units~ : Int, max_tokens~ : Int, max_materialized_chars~ : Int, max_token_chars~ : Int, cancelled? : () -> Bool) -> XmlReadBudgetNative MoonBit DOCX to HTML/Markdown converter ported from Mammoth
Dependencies