Home | History | Annotate | Download | only in dom

Lines Matching refs:domGles_enumeration

1790 		 * The domGles_enumeration value of the text data of this element. 
1792 domGles_enumeration _value;
1797 * @return a domGles_enumeration of the value.
1799 domGles_enumeration getValue() const { return _value; }
1804 void setValue( domGles_enumeration val ) { _value = val; }