Home | History | Annotate | Download | only in dom

Lines Matching refs:xsNCName

86 				 * The xsNCName value of the text data of this element. 
88 xsNCName _value;
93 * @return Returns a xsNCName of the value.
95 xsNCName getValue() const { return _value; }
100 void setValue( xsNCName val ) { *(daeStringRef*)&_value = val; }
221 xsNCName attrName;
233 * @return Returns a xsNCName of the name attribute.
235 xsNCName getName() const { return attrName; }
240 void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName; _validAttributeArray[0] = true; }
291 xsNCName attrName;
329 * @return Returns a xsNCName of the name attribute.
331 xsNCName getName() const { return attrName; }
336 void setName( xsNCName atName ) { *(daeStringRef*)&attrName = atName; _validAttributeArray[1] = true; }