Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int1x1

2980 		 * The domCg_int1x1 value of the text data of this element. 
2982 domCg_int1x1 _value;
2987 * @return Returns a domCg_int1x1 reference of the _value array.
2989 domCg_int1x1 &getValue() { return _value; }
2992 * @return Returns a constant domCg_int1x1 reference of the _value array.
2994 const domCg_int1x1 &getValue() const { return _value; }
2999 void setValue( const domCg_int1x1 &val ) { _value = val; }