HomeSort by relevance Sort by last modified time
    Searched refs:domURIFragmentType (Results 1 - 4 of 4) sorted by null

  /external/collada/include/1.4/dom/
domInputLocal.h 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;
    [all...]
domChannel.h 33 domURIFragmentType attrSource;
45 * @return Returns a domURIFragmentType reference of the source attribute.
47 domURIFragmentType &getSource() { return attrSource; }
50 * @return Returns a constant domURIFragmentType reference of the source attribute.
52 const domURIFragmentType &getSource() const { return attrSource; }
57 void setSource( const domURIFragmentType &atSource ) { attrSource = atSource; _validAttributeArray[0] = true; }
domInputLocalOffset.h 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;
    [all...]
domTypes.h 55 typedef xsAnyURI domURIFragmentType;
    [all...]

Completed in 22 milliseconds