Home | History | Annotate | Download | only in dom

Lines Matching refs:xsNCName

33 	xsNCName attrConstraint;
39 xsNCName attrSid;
43 xsNCName attrName;
54 * @return Returns a xsNCName of the constraint attribute.
56 xsNCName getConstraint() const { return attrConstraint; }
61 void setConstraint( xsNCName atConstraint ) { *(daeStringRef*)&attrConstraint = atConstraint; _validAttributeArray[0] = true; }
65 * @return Returns a xsNCName of the sid attribute.
67 xsNCName getSid() const { return attrSid; }
72 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid; _validAttributeArray[1] = true; }
76 * @return Returns a xsNCName of the name attribute.
78 xsNCName getName() const { return attrName; }
83 void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName; _validAttributeArray[2] = true; }