Home | History | Annotate | Download | only in dom

Lines Matching refs:xsNCName

48 		xsNCName attrSemantic;
60 * @return Returns a xsNCName of the semantic attribute.
62 xsNCName getSemantic() const { return attrSemantic; }
67 void setSemantic( xsNCName atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttributeArray[0] = true; }
127 xsNCName attrSemantic;
131 xsNCName attrInput_semantic;
141 * @return Returns a xsNCName of the semantic attribute.
143 xsNCName getSemantic() const { return attrSemantic; }
148 void setSemantic( xsNCName atSemantic ) { *(daeStringRef*)&attrSemantic = atSemantic; _validAttributeArray[0] = true; }
152 * @return Returns a xsNCName of the input_semantic attribute.
154 xsNCName getInput_semantic() const { return attrInput_semantic; }
159 void setInput_semantic( xsNCName atInput_semantic ) { *(daeStringRef*)&attrInput_semantic = atInput_semantic; _validAttributeArray[1] = true; }
206 xsNCName attrSymbol;
217 xsNCName attrSid;
221 xsNCName attrName;
242 * @return Returns a xsNCName of the symbol attribute.
244 xsNCName getSymbol() const { return attrSymbol; }
249 void setSymbol( xsNCName atSymbol ) { *(daeStringRef*)&attrSymbol = atSymbol; _validAttributeArray[0] = true; }
274 * @return Returns a xsNCName of the sid attribute.
276 xsNCName getSid() const { return attrSid; }
281 void setSid( xsNCName atSid ) { *(daeStringRef*)&attrSid = atSid; _validAttributeArray[2] = true; }
285 * @return Returns a xsNCName of the name attribute.
287 xsNCName getName() const { return attrName; }
292 void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName; _validAttributeArray[3] = true; }