Home | History | Annotate | Download | only in dom

Lines Matching defs:attrSource

34 	xsAnyURI attrSource;
53 xsAnyURI &getSource() { return attrSource; }
58 const xsAnyURI &getSource() const { return attrSource; }
63 void setSource( const xsAnyURI &atSource ) { attrSource = atSource; }
68 void setSource( xsString atSource ) { attrSource = atSource; }
74 domInputGlobal_complexType(DAE& dae, daeElement* elt) : attrSemantic(), attrSource(dae, *elt) {}
111 xsAnyURI &getSource() { return attrSource; }
116 const xsAnyURI &getSource() const { return attrSource; }
121 void setSource( const xsAnyURI &atSource ) { attrSource = atSource; _validAttributeArray[1] = true; }
126 void setSource( xsString atSource ) { attrSource = atSource; _validAttributeArray[1] = true; }