pub struct vtkXMLDataElement(/* private fields */);Expand description
Represents an XML element and those nested inside.
vtkXMLDataElement is used by vtkXMLDataParser to represent an XML element. It provides methods to access the element’s attributes and nested elements in a convenient manner. This allows easy traversal of an input XML file by vtkXMLReader and its subclasses.
@sa vtkXMLDataParser
Implementations§
Source§impl vtkXMLDataElement
impl vtkXMLDataElement
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkXMLDataElement wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkXMLDataElement
impl Default for vtkXMLDataElement
Auto Trait Implementations§
impl Freeze for vtkXMLDataElement
impl RefUnwindSafe for vtkXMLDataElement
impl !Send for vtkXMLDataElement
impl !Sync for vtkXMLDataElement
impl Unpin for vtkXMLDataElement
impl UnwindSafe for vtkXMLDataElement
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