Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int4

2917 		 * The domCg_int4 value of the text data of this element. 
2919 domCg_int4 _value;
2924 * @return Returns a domCg_int4 reference of the _value array.
2926 domCg_int4 &getValue() { return _value; }
2929 * @return Returns a constant domCg_int4 reference of the _value array.
2931 const domCg_int4 &getValue() const { return _value; }
2936 void setValue( const domCg_int4 &val ) { _value = val; }