Lines Matching refs:addElement
35 $this->addElement('abbr', 'Inline', 'Inline', 'Common');
36 $this->addElement('acronym', 'Inline', 'Inline', 'Common');
37 $this->addElement('cite', 'Inline', 'Inline', 'Common');
38 $this->addElement('dfn', 'Inline', 'Inline', 'Common');
39 $this->addElement('kbd', 'Inline', 'Inline', 'Common');
40 $this->addElement('q', 'Inline', 'Inline', 'Common', array('cite' => 'URI'));
41 $this->addElement('samp', 'Inline', 'Inline', 'Common');
42 $this->addElement('var', 'Inline', 'Inline', 'Common');
44 $em = $this->addElement('em', 'Inline', 'Inline', 'Common');
47 $strong = $this->addElement('strong', 'Inline', 'Inline', 'Common');
50 $code = $this->addElement('code', 'Inline', 'Inline', 'Common');
54 $this->addElement('span', 'Inline', 'Inline', 'Common');
55 $this->addElement('br', 'Inline', 'Empty', 'Core');
58 $this->addElement('address', 'Block', 'Inline', 'Common');
59 …$this->addElement('blockquote', 'Block', 'Optional: Heading | Block | List', 'Common', array('cite…
60 $pre = $this->addElement('pre', 'Block', 'Inline', 'Common');
70 $this->addElement('h1', 'Heading', 'Inline', 'Common');
71 $this->addElement('h2', 'Heading', 'Inline', 'Common');
72 $this->addElement('h3', 'Heading', 'Inline', 'Common');
73 $this->addElement('h4', 'Heading', 'Inline', 'Common');
74 $this->addElement('h5', 'Heading', 'Inline', 'Common');
75 $this->addElement('h6', 'Heading', 'Inline', 'Common');
78 $p = $this->addElement('p', 'Block', 'Inline', 'Common');
83 $this->addElement('div', 'Block', 'Flow', 'Common');