@@ -1734,54 +1734,54 @@ <h2><a>ServiceChangeEvent</a> Interface</h2>
1734
1734
</ section >
1735
1735
1736
1736
1737
- <!------------------------ Interface MessagingFilter - ------------------------>
1737
+ <!------------------------ Dictionary MessagingFilter ------------------------>
1738
1738
< section >
1739
- < h2 > < a > MessagingFilter</ a > Interface </ h2 >
1740
- < p > The < a > MessagingFilter</ a > interface represents a filter that is used to
1739
+ < h2 > < a > MessagingFilter</ a > Dictionary </ h2 >
1740
+ < p > The < a > MessagingFilter</ a > Dictionary represents a filter that is used to
1741
1741
select a set of messages (e.g. to be provided upon invoking the
1742
1742
< code > findMessages</ code > or the < code > findConversations</ code > method in the
1743
1743
< code > Messaging</ code > interface).
1744
- < dl title ="interface MessagingFilter : AbstractFilter "
1744
+ < dl title ="dictionary MessagingFilter "
1745
1745
class ="idl ">
1746
- < dt > attribute MessageType? type</ dt >
1746
+ < dt > MessageType type</ dt >
1747
1747
< dd > Indicates whether just the SMS or MMS messages are to be provided in the
1748
1748
results of this filter, respectively if it is set to string value 'SMS' or
1749
1749
'MMS'.
1750
1750
</ dd >
1751
1751
1752
- < dt > attribute Date? startDate</ dt >
1752
+ < dt > Date startDate</ dt >
1753
1753
< dd > Indicates that messages with timestamp previous to this date will not be
1754
1754
provided in the results of this filter.</ dd >
1755
1755
1756
- < dt > attribute Date? endDate</ dt >
1756
+ < dt > Date endDate</ dt >
1757
1757
< dd > Indicates that messages with timestamp after this date will not be
1758
1758
provided in the results of this filter.</ dd >
1759
1759
1760
- < dt > attribute DOMString? from</ dt >
1760
+ < dt > DOMString from</ dt >
1761
1761
< dd > Indicates that just messages sent from this number are to be provided in
1762
1762
the results of this filter.</ dd >
1763
1763
1764
- < dt > attribute DOMString[]? recipients</ dt >
1764
+ < dt > sequence< DOMString> recipients</ dt >
1765
1765
< dd > Indicates that just messages sent to one of these numbers are to be
1766
1766
provided in the results of this filter.</ dd >
1767
1767
1768
- < dt > attribute (SmsState or MmsState)? state</ dt >
1768
+ < dt > (SmsState or MmsState) state</ dt >
1769
1769
< dd > Indicates whether the results of this filter just needs to return the
1770
1770
messages matching the indicated state.
1771
1771
1772
- < dt > attribute DOMString? serviceID</ dt >
1772
+ < dt > DOMString serviceID</ dt >
1773
1773
< dd > Indicates that just messages associated to the messaging service with
1774
1774
this identifier are to be provided in the results of this filter.</ dd >
1775
1775
1776
- < dt > attribute boolean? read</ dt >
1776
+ < dt > boolean read</ dt >
1777
1777
< dd > Indicates whether just read or unread messages are to be provided in the
1778
1778
results of this filter, respectively if it is set to 'true' or 'false'.</ dd >
1779
1779
1780
1780
</ dl >
1781
1781
</ section >
1782
1782
1783
1783
<!------------------------ Dictionary FilterOptions -------------------------->
1784
- < section >
1784
+ <!-- section>
1785
1785
<h2><a>FilterOptions</a> Dictionary</h2>
1786
1786
<dl title="dictionary FilterOptions" class="idl">
1787
1787
<dt>DOMString sortBy</dt>
@@ -1808,7 +1808,7 @@ <h2><a>FilterOptions</a> Dictionary</h2>
1808
1808
</p>
1809
1809
1810
1810
<!------------------------ Interface CompositeFilter ------------------------->
1811
- < section >
1811
+ <!-- section>
1812
1812
<h2><a>CompositeFilter</a> Interface</h2>
1813
1813
<p>The <a>CompositeFilter</a> interface represents a filter that is the result
1814
1814
of combining several filters with an operator ('and' / 'or').
@@ -1826,7 +1826,7 @@ <h2><a>CompositeFilter</a> Interface</h2>
1826
1826
1827
1827
1828
1828
<!------------------------ Interface AttributeFilter-------------------------->
1829
- < section >
1829
+ <!-- section>
1830
1830
<h2><a>AttributeFilter</a> Interface</h2>
1831
1831
<p>The <a>AttributeFilter</a> interface represents a filter of messages
1832
1832
based on the value of a specific attribute.
@@ -1849,7 +1849,7 @@ <h2><a>AttributeFilter</a> Interface</h2>
1849
1849
1850
1850
1851
1851
<!------------------------ Interface AttributeRangeFilter -------------------->
1852
- < section >
1852
+ <!-- section>
1853
1853
<h2><a>AttributeRangeFilter</a> Interface</h2>
1854
1854
<p>The <a>AttributeRangeFilter</a> interface represents a filter of messages
1855
1855
with the value of a specific attribute within a range of values.
0 commit comments