Home | History | Annotate | Download | only in dom

Lines Matching refs:xsNCName

44 		 * The xsNCName value of the text data of this element. 
46 xsNCName _value;
51 * @return Returns a xsNCName of the value.
53 xsNCName getValue() const { return _value; }
58 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
156 xsNCName attrSid;
179 * @return Returns a xsNCName of the sid attribute.
181 xsNCName getSid() const { return attrSid; }
186 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid;}
241 * @return Returns a xsNCName of the sid attribute.
243 xsNCName getSid() const { return attrSid; }
248 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid; _validAttributeArray[0] = true; }