Skip to main content

Crate draviavemal_xml_rs

Crate draviavemal_xml_rs 

Source

Macros§

log_elapsed
Macro for measuring and logging the execution time of a function or expression.

Structs§

XmlAttribute
Represents an XML attribute with optional namespace information.
XmlDeserializer
Deserializer for converting XML data into an XmlDocument object.
XmlDocument
Represents an XML document, containing elements in a tree structure.
XmlElement
Represents an XML element node in the DOM tree.
XmlNamespace
Manages XML namespace mappings between aliases (prefixes) and URLs.
XmlSerializer
Provides XML serialization utilities for converting XmlDocument objects to XML text.

Enums§

XmlElementContentType
Represents the different types of content that can be contained within an XML element.

Type Aliases§

NodeId
Type alias for node identifiers within an XML document.
NsAlias
Namespace alias key
NsTag
Element tag name with namespace suppor
NsUrl
Namespace url
Tag
Element tag name without namespace suppor