Home | History | Annotate | Download | only in dom

Lines Matching refs:xsNCName

36 		 * The xsNCName value of the text data of this element. 
38 xsNCName _value;
43 * @return Returns a xsNCName of the value.
45 xsNCName getValue() const { return _value; }
50 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
94 * The xsNCName value of the text data of this element.
96 xsNCName _value;
101 * @return Returns a xsNCName of the value.
103 xsNCName getValue() const { return _value; }
108 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
150 xsNCName attrSemantic;
156 * @return Returns a xsNCName of the semantic attribute.
158 xsNCName getSemantic() const { return attrSemantic; }
163 void setSemantic( xsNCName atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttributeArray[0] = true; }
200 xsNCName attrSid;
211 * @return Returns a xsNCName of the sid attribute.
213 xsNCName getSid() const { return attrSid; }
218 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid;}
273 * @return Returns a xsNCName of the sid attribute.
275 xsNCName getSid() const { return attrSid; }
280 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid; _validAttributeArray[0] = true; }