Struct pulldown_cmark::html::Ctx [−][src]
struct Ctx<'b, I> {
iter: I,
buf: &'b mut String,
table_state: TableState,
table_alignments: Vec<Alignment>,
table_cell_index: usize,
}Fields
iter: I
buf: &'b mut String
table_state: TableState
table_alignments: Vec<Alignment>
table_cell_index: usize
Methods
impl<'a, 'b, I: Iterator<Item = Event<'a>>> Ctx<'b, I>[src]
impl<'a, 'b, I: Iterator<Item = Event<'a>>> Ctx<'b, I>fn fresh_line(&mut self)[src]
fn fresh_line(&mut self)pub fn run(&mut self)[src]
pub fn run(&mut self)fn start_tag(
&mut self,
tag: Tag<'a>,
numbers: &mut HashMap<Cow<'a, str>, usize>
)[src]
fn start_tag(
&mut self,
tag: Tag<'a>,
numbers: &mut HashMap<Cow<'a, str>, usize>
)fn end_tag(&mut self, tag: Tag)[src]
fn end_tag(&mut self, tag: Tag)fn raw_text<'c>(&mut self, numbers: &'c mut HashMap<Cow<'a, str>, usize>)[src]
fn raw_text<'c>(&mut self, numbers: &'c mut HashMap<Cow<'a, str>, usize>)