Home | History | Annotate | Download | only in dom

Lines Matching refs:domURIFragmentType

41 	domURIFragmentType attrSource;
74 * @return Returns a domURIFragmentType reference of the source attribute.
76 domURIFragmentType &getSource() { return attrSource; }
79 * @return Returns a constant domURIFragmentType reference of the source attribute.
81 const domURIFragmentType &getSource() const { return attrSource; }
86 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; }
154 * @return Returns a domURIFragmentType reference of the source attribute.
156 domURIFragmentType &getSource() { return attrSource; }
159 * @return Returns a constant domURIFragmentType reference of the source attribute.
161 const domURIFragmentType &getSource() const { return attrSource; }
166 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; _validAttributeArray[2] = true; }