Struct sxd_document::Package [] [src]

pub struct Package {
    // some fields omitted
}

The main entrypoint to an XML document

This is an opaque structure that stores the internal details of the XML document. Modify the document via as_document.

Methods

impl Package
[src]

fn new() -> Package

fn as_document(&self) -> Document

Trait Implementations

impl PartialEq for Package
[src]

fn eq(&self, other: &Package) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for Package
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.