[][src]Struct concrete::mathml::markup::Markup

pub struct Markup { /* fields omitted */ }

Methods

impl Markup[src]

pub fn new() -> Markup[src]

pub fn xml_markup(&self) -> &Markup[src]

pub fn parameters(&self) -> Parameters[src]

pub fn append_default_namespace(&mut self)[src]

pub fn append_and_start(&mut self)[src]

pub fn append_annotation_xml_start(&mut self)[src]

pub fn append_annotation_xml_encoding_mathml_content_start(&mut self)[src]

pub fn append_annotation_xml_stop(&mut self)[src]

pub fn append_apply_start(&mut self)[src]

pub fn append_apply_stop(&mut self)[src]

pub fn append_empty_tag_stop(&mut self)[src]

pub fn append_math_start(&mut self)[src]

pub fn append_math_stop(&mut self)[src]

pub fn append_merror_start(&mut self)[src]

pub fn append_merror_stop(&mut self)[src]

pub fn append_mi_start(&mut self)[src]

pub fn append_mi_stop(&mut self)[src]

pub fn append_mo_start(&mut self)[src]

pub fn append_mrow_stop(&mut self)[src]

pub fn append_mrow_start(&mut self)[src]

pub fn append_mo_stop(&mut self)[src]

pub fn append_mtext_start(&mut self)[src]

pub fn append_mtext_stop(&mut self)[src]

pub fn append_false_start(&mut self)[src]

pub fn append_not_start(&mut self)[src]

pub fn append_semantics_start(&mut self)[src]

pub fn append_semantics_stop(&mut self)[src]

pub fn append_stag_stop(&mut self)[src]

pub fn append_true_start(&mut self)[src]

pub fn append_text(&mut self, text: &str)[src]

pub fn append_mathml_markup(&mut self, markup: &Markup)[src]

pub fn append_boolean_zero(&mut self)[src]

pub fn append_boolean_one(&mut self)[src]

pub fn append_boolean_and(&mut self)[src]

pub fn append_boolean_not(&mut self)[src]

Trait Implementations

impl Clone for Markup[src]

impl Debug for Markup[src]

impl From<String> for Markup[src]

Auto Trait Implementations

impl RefUnwindSafe for Markup

impl Send for Markup

impl Sync for Markup

impl Unpin for Markup

impl UnwindSafe for Markup

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.