Type Definition rdom::node::concrete::DocumentNodeArc[][src]

type DocumentNodeArc = ConcreteNodeArc<DocumentNodeStorage>;

Convenience alias for a strong reference to a(n) Document node

Implementations

impl DocumentNodeArc[src]

pub fn create_text_node(&self, text: String) -> TextNodeArc[src]

Creates a new text node with the given text contents