Go to the documentation of this file.
14 'Custom: ((rb, (rt | (rp, rt, rp))) | (rbc, rtc, rtc?))',
16 $this->
addElement(
'rbc',
false,
'Required: rb',
'Common');
17 $this->
addElement(
'rtc',
false,
'Required: rt',
'Common');
18 $rb = $this->
addElement(
'rb',
false,
'Inline',
'Common');
19 $rb->excludes = array(
'ruby' =>
true);
20 $rt = $this->
addElement(
'rt',
false,
'Inline',
'Common', array(
'rbspan' =>
'Number'));
21 $rt->excludes = array(
'ruby' =>
true);
22 $this->
addElement(
'rp',
false,
'Optional: #PCDATA',
'Common');