Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_enumeration

979 		 * The domGl_enumeration value of the text data of this element. 
981 domGl_enumeration _value;
986 * @return a domGl_enumeration of the value.
988 domGl_enumeration getValue() const { return _value; }
993 void setValue( domGl_enumeration val ) { _value = val; }