[][src]Module xml_dom::level2::ext

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

convert

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

decl

This module provides support types for the DocumentDecl trait.

dom_impl

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

namespaced

This module provides support types for the Namespaced trait.

options

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

Traits

DOMImplementation

This corresponds to the DOM DOMImplementation interface.

DocumentDecl

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

Namespaced

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