Home | History | Annotate | Download | only in dom

Lines Matching refs:domURIFragmentType

34 	domURIFragmentType attrSource;
51 * @return Returns a domURIFragmentType reference of the source attribute.
53 domURIFragmentType &getSource() { return attrSource; }
56 * @return Returns a constant domURIFragmentType reference of the source attribute.
58 const domURIFragmentType &getSource() const { return attrSource; }
63 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; }
109 * @return Returns a domURIFragmentType reference of the source attribute.
111 domURIFragmentType &getSource() { return attrSource; }
114 * @return Returns a constant domURIFragmentType reference of the source attribute.
116 const domURIFragmentType &getSource() const { return attrSource; }
121 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; _validAttributeArray[1] = true; }