Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_bool1x3

480 		 * The domCg_bool1x3 value of the text data of this element. 
482 domCg_bool1x3 _value;
487 * @return Returns a domCg_bool1x3 reference of the _value array.
489 domCg_bool1x3 &getValue() { return _value; }
492 * @return Returns a constant domCg_bool1x3 reference of the _value array.
494 const domCg_bool1x3 &getValue() const { return _value; }
499 void setValue( const domCg_bool1x3 &val ) { _value = val; }