Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool4

291 		 * The domCg_bool4 value of the text data of this element. 
293 domCg_bool4 _value;
298 * @return Returns a domCg_bool4 reference of the _value array.
300 domCg_bool4 &getValue() { return _value; }
303 * @return Returns a constant domCg_bool4 reference of the _value array.
305 const domCg_bool4 &getValue() const { return _value; }
310 void setValue( const domCg_bool4 &val ) { _value = val; }