Home | History | Annotate | Download | only in dom

Lines Matching refs:xsDateTime

466 		 * The xsDateTime value of the text data of this element. 
468 xsDateTime _value;
473 * @return Returns a xsDateTime of the value.
475 xsDateTime getValue() const { return _value; }
480 void setValue( xsDateTime val ) { *(daeStringRef*)&_value = val; }
591 * The xsDateTime value of the text data of this element.
593 xsDateTime _value;
598 * @return Returns a xsDateTime of the value.
600 xsDateTime getValue() const { return _value; }
605 void setValue( xsDateTime val ) { *(daeStringRef*)&_value = val; }