Home | History | Annotate | Download | only in dom

Lines Matching refs:domGl_enumeration

6672 		 * The domGl_enumeration value of the text data of this element. 
6674 domGl_enumeration _value;
6679 * @return a domGl_enumeration of the value.
6681 domGl_enumeration getValue() const { return _value; }
6686 void setValue( domGl_enumeration val ) { _value = val; }