pub struct BaseNodeFactory;Expand description
Factory that creates base nodes.
Trait Implementations§
Source§impl NodeFactory for BaseNodeFactory
impl NodeFactory for BaseNodeFactory
Source§fn make_node(&self, content: XmlContent) -> NodeRef
fn make_node(&self, content: XmlContent) -> NodeRef
Creates a new node with the given content.
Auto Trait Implementations§
impl Freeze for BaseNodeFactory
impl RefUnwindSafe for BaseNodeFactory
impl Send for BaseNodeFactory
impl Sync for BaseNodeFactory
impl Unpin for BaseNodeFactory
impl UnwindSafe for BaseNodeFactory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more