Home | History | Annotate | Download | only in dom

Lines Matching refs:domUpAxisType

921 		 * The domUpAxisType value of the text data of this element. 
923 domUpAxisType _value;
928 * @return a domUpAxisType of the value.
930 domUpAxisType getValue() const { return _value; }
935 void setValue( domUpAxisType val ) { _value = val; }