[][src]Function xml_dom::dom_impl::create_internal_entity

pub fn create_internal_entity(
    owner_document: RefNode,
    notation_name: &str,
    value: &str
) -> Result<RefNode>

Required to create instances of the Notation Extended interface.

Rather than add a non-standard member to the Document trait this function takes a Document as the first parameter.