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

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

Functions

as_document_decl

Safely cast the specified RefNode into a Ref type.

as_document_decl_mut

Safely cast the specified RefNode into a mutable Ref type.

as_element_namespaced

Safely cast the specified RefNode into a Ref type.

is_document_decl

Determines if the specified node is of the correct node type.

is_element_namespaced

Determines if the specified node is of the correct node type.

Type Definitions

MutRefDocumentDecl

Mutable Ref type for mutable dynamic trait cast

RefDocumentDecl

Ref type for dynamic trait cast

RefNamespaced

Ref type for dynamic trait cast