Expand description

This module contains extensions above and beyond the Level 2 specification.

Re-exports

pub use decl::XmlDecl;
pub use decl::XmlVersion;
pub use options::ProcessingOptions;
pub use namespaced::NamespacePrefix;

Modules

Provides safe RefNode conversion functions, see crate::level2::convert for more details.

This module provides support types for the DocumentDecl trait.

This module implements extended capabilities but not specified by the DOM Core.

This module provides support types for the Namespaced trait.

This module provides support types for the DOMImplementation’s create_document_with_options.

Traits

This corresponds to the DOM DOMImplementation interface.

This interface extends the DOM standard Document and allows the setting, and retrieval, of the XML declaration from the document prolog.

An extended interface that provides access to namespace information for elements, including the resolving of prefixes and namespaces in the hierarchy of the document.