Home | History | Annotate | Download | only in dom

Lines Matching refs:xsNCName

39 	xsNCName attrSid;
43 xsNCName attrName;
75 * @return Returns a xsNCName of the sid attribute.
77 xsNCName getSid() const { return attrSid; }
82 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid;}
86 * @return Returns a xsNCName of the name attribute.
88 xsNCName getName() const { return attrName; }
93 void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName;}
154 * @return Returns a xsNCName of the sid attribute.
156 xsNCName getSid() const { return attrSid; }
161 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid; _validAttributeArray[1] = true; }
165 * @return Returns a xsNCName of the name attribute.
167 xsNCName getName() const { return attrName; }
172 void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName; _validAttributeArray[2] = true; }