Home | History | Annotate | Download | only in dom

Lines Matching defs:attrRef

36 		xsIDREF attrRef;
44 xsIDREF &getRef() { return attrRef; }
49 const xsIDREF &getRef() const{ return attrRef; }
54 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
60 domAll(DAE& dae) : daeElement(dae), attrRef(*this) {}
100 xsIDREF attrRef;
108 xsIDREF &getRef() { return attrRef; }
113 const xsIDREF &getRef() const{ return attrRef; }
118 void setRef( const xsIDREF &atRef ) { attrRef = atRef; _validAttributeArray[0] = true; }
124 domPrimary(DAE& dae) : daeElement(dae), attrRef(*this) {}