Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool1x4

543 		 * The domCg_bool1x4 value of the text data of this element. 
545 domCg_bool1x4 _value;
550 * @return Returns a domCg_bool1x4 reference of the _value array.
552 domCg_bool1x4 &getValue() { return _value; }
555 * @return Returns a constant domCg_bool1x4 reference of the _value array.
557 const domCg_bool1x4 &getValue() const { return _value; }
562 void setValue( const domCg_bool1x4 &val ) { _value = val; }