motion-hpple 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/Gemfile.lock +52 -0
  2. data/README.md +1 -7
  3. data/Rakefile +16 -1
  4. data/lib/motion-hpple.rb +2 -4
  5. data/lib/motion-hpple/version.rb +1 -1
  6. data/motion-hpple.gemspec +1 -0
  7. data/vendor/Podfile.lock +11 -0
  8. data/vendor/{hpple → Pods/.build/Pods}/TFHpple.h +1 -1
  9. data/vendor/{hpple → Pods/.build/Pods}/TFHppleElement.h +7 -7
  10. data/vendor/Pods/.build/Pods/XPathQuery.h +10 -0
  11. data/vendor/Pods/.build/libPods.a +0 -0
  12. data/vendor/Pods/BuildHeaders/hpple/TFHpple.h +54 -0
  13. data/vendor/Pods/BuildHeaders/hpple/TFHppleElement.h +68 -0
  14. data/vendor/Pods/BuildHeaders/hpple/XPathQuery.h +10 -0
  15. data/vendor/Pods/Documentation/hpple/docset-installed.txt +4 -0
  16. data/vendor/Pods/Documentation/hpple/docset/Contents/Info.plist +39 -0
  17. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHpple.html +470 -0
  18. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHppleElement.html +470 -0
  19. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/styles.css +584 -0
  20. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/stylesPrint.css +22 -0
  21. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/hierarchy.html +72 -0
  22. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/button_bar_background.png +0 -0
  23. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure.png +0 -0
  24. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure_open.png +0 -0
  25. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/library_background.png +0 -0
  26. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/title_background.png +0 -0
  27. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/index.html +135 -0
  28. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Nodes.xml +39 -0
  29. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens1.xml +125 -0
  30. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens2.xml +180 -0
  31. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.dsidx +0 -0
  32. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.mom +0 -0
  33. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.skidx +0 -0
  34. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.toc +0 -0
  35. data/vendor/Pods/Documentation/hpple/html/Classes/TFHpple.html +470 -0
  36. data/vendor/Pods/Documentation/hpple/html/Classes/TFHppleElement.html +470 -0
  37. data/vendor/Pods/Documentation/hpple/html/css/styles.css +584 -0
  38. data/vendor/Pods/Documentation/hpple/html/css/stylesPrint.css +22 -0
  39. data/vendor/Pods/Documentation/hpple/html/hierarchy.html +72 -0
  40. data/vendor/Pods/Documentation/hpple/html/img/button_bar_background.png +0 -0
  41. data/vendor/Pods/Documentation/hpple/html/img/disclosure.png +0 -0
  42. data/vendor/Pods/Documentation/hpple/html/img/disclosure_open.png +0 -0
  43. data/vendor/Pods/Documentation/hpple/html/img/library_background.png +0 -0
  44. data/vendor/Pods/Documentation/hpple/html/img/title_background.png +0 -0
  45. data/vendor/Pods/Documentation/hpple/html/index.html +135 -0
  46. data/vendor/Pods/Headers/hpple/TFHpple.h +54 -0
  47. data/vendor/Pods/Headers/hpple/TFHppleElement.h +68 -0
  48. data/vendor/Pods/Headers/hpple/XPathQuery.h +10 -0
  49. data/vendor/Pods/Pods-Acknowledgements.markdown +29 -0
  50. data/vendor/Pods/Pods-Acknowledgements.plist +59 -0
  51. data/vendor/Pods/Pods-prefix.pch +3 -0
  52. data/vendor/Pods/Pods-resources.sh +19 -0
  53. data/vendor/Pods/Pods.bridgesupport +104 -0
  54. data/vendor/Pods/Pods.xcconfig +7 -0
  55. data/vendor/Pods/Pods.xcodeproj/project.pbxproj +633 -0
  56. data/vendor/Pods/PodsDummy_Pods.m +4 -0
  57. data/vendor/Pods/build-iPhoneSimulator/libPods.a +0 -0
  58. data/vendor/Pods/hpple/LICENSE.txt +22 -0
  59. data/vendor/Pods/hpple/README.markdown +50 -0
  60. data/vendor/Pods/hpple/TFHpple.h +54 -0
  61. data/vendor/Pods/hpple/TFHpple.m +102 -0
  62. data/vendor/Pods/hpple/TFHppleElement.h +68 -0
  63. data/vendor/Pods/hpple/TFHppleElement.m +114 -0
  64. data/vendor/Pods/hpple/XPathQuery.h +10 -0
  65. data/vendor/Pods/hpple/XPathQuery.m +197 -0
  66. metadata +86 -8
  67. data/vendor/hpple/hpple.bridgesupport +0 -78
  68. data/vendor/hpple/libHpple.a +0 -0
@@ -0,0 +1,470 @@
1
+ <!DOCTYPE HTML>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
5
+ <title>TFHpple Class Reference</title>
6
+ <meta id="xcode-display" name="xcode-display" content="render"/>
7
+ <meta name="viewport" content="width=550" />
8
+ <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
9
+ <link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
10
+ <meta name="generator" content="appledoc 2.0.5 (build 789)" />
11
+ </head>
12
+ <body>
13
+ <header id="top_header">
14
+ <div id="library" class="hideInXcode">
15
+ <h1><a id="libraryTitle" href="../index.html">hpple 0.1.0 </a></h1>
16
+ <a id="developerHome" href="../index.html">Geoffrey Grosenbach</a>
17
+ </div>
18
+
19
+ <div id="title" role="banner">
20
+ <h1 class="hideInXcode">TFHpple Class Reference</h1>
21
+ </div>
22
+ <ul id="headerButtons" role="toolbar">
23
+ <li id="toc_button">
24
+ <button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
25
+ </li>
26
+ <li id="jumpto_button" role="navigation">
27
+ <select id="jumpTo">
28
+ <option value="top">Jump To&#133;</option>
29
+
30
+
31
+
32
+
33
+ <option value="tasks">Tasks</option>
34
+
35
+
36
+
37
+
38
+
39
+ <option value="properties">Properties</option>
40
+
41
+ <option value="//api/name/data">&nbsp;&nbsp;&nbsp;&nbsp;data</option>
42
+
43
+
44
+
45
+
46
+ <option value="class_methods">Class Methods</option>
47
+
48
+ <option value="//api/name/hppleWithData:isXML:">&nbsp;&nbsp;&nbsp;&nbsp;+ hppleWithData:isXML:</option>
49
+
50
+ <option value="//api/name/hppleWithHTMLData:">&nbsp;&nbsp;&nbsp;&nbsp;+ hppleWithHTMLData:</option>
51
+
52
+ <option value="//api/name/hppleWithXMLData:">&nbsp;&nbsp;&nbsp;&nbsp;+ hppleWithXMLData:</option>
53
+
54
+
55
+
56
+
57
+ <option value="instance_methods">Instance Methods</option>
58
+
59
+ <option value="//api/name/initWithData:isXML:">&nbsp;&nbsp;&nbsp;&nbsp;- initWithData:isXML:</option>
60
+
61
+ <option value="//api/name/initWithHTMLData:">&nbsp;&nbsp;&nbsp;&nbsp;- initWithHTMLData:</option>
62
+
63
+ <option value="//api/name/initWithXMLData:">&nbsp;&nbsp;&nbsp;&nbsp;- initWithXMLData:</option>
64
+
65
+ <option value="//api/name/peekAtSearchWithXPathQuery:">&nbsp;&nbsp;&nbsp;&nbsp;- peekAtSearchWithXPathQuery:</option>
66
+
67
+ <option value="//api/name/searchWithXPathQuery:">&nbsp;&nbsp;&nbsp;&nbsp;- searchWithXPathQuery:</option>
68
+
69
+
70
+
71
+ </select>
72
+ </li>
73
+ </ul>
74
+ </header>
75
+ <nav id="tocContainer" class="isShowingTOC">
76
+ <ul id="toc" role="tree">
77
+
78
+
79
+
80
+
81
+ <li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
82
+
83
+ </ul></li>
84
+
85
+
86
+
87
+
88
+
89
+ <li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
90
+
91
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/data">data</a></span></li>
92
+
93
+ </ul></li>
94
+
95
+
96
+
97
+ <li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#class_methods">Class Methods</a></span><ul>
98
+
99
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/hppleWithData:isXML:">hppleWithData:isXML:</a></span></li>
100
+
101
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/hppleWithHTMLData:">hppleWithHTMLData:</a></span></li>
102
+
103
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/hppleWithXMLData:">hppleWithXMLData:</a></span></li>
104
+
105
+ </ul></li>
106
+
107
+
108
+
109
+ <li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>
110
+
111
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/initWithData:isXML:">initWithData:isXML:</a></span></li>
112
+
113
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/initWithHTMLData:">initWithHTMLData:</a></span></li>
114
+
115
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/initWithXMLData:">initWithXMLData:</a></span></li>
116
+
117
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/peekAtSearchWithXPathQuery:">peekAtSearchWithXPathQuery:</a></span></li>
118
+
119
+ <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/searchWithXPathQuery:">searchWithXPathQuery:</a></span></li>
120
+
121
+ </ul></li>
122
+
123
+
124
+ </ul>
125
+ </nav>
126
+ <article>
127
+ <div id="contents" class="isShowingTOC" role="main">
128
+ <a title="TFHpple Class Reference" name="top"></a>
129
+ <div class="main-navigation navigation-top">
130
+ <ul>
131
+ <li><a href="../index.html">Index</a></li>
132
+ <li><a href="../hierarchy.html">Hierarchy</a></li>
133
+ </ul>
134
+ </div>
135
+ <div id="header">
136
+ <div class="section-header">
137
+ <h1 class="title title-header">TFHpple Class Reference</h1>
138
+ </div>
139
+ </div>
140
+ <div id="container">
141
+
142
+ <div class="section section-specification"><table cellspacing="0"><tbody>
143
+ <tr>
144
+ <td class="specification-title">Inherits from</td>
145
+ <td class="specification-value">NSObject</td>
146
+ </tr><tr>
147
+ <td class="specification-title">Declared in</td>
148
+ <td class="specification-value">TFHpple.h</td>
149
+ </tr>
150
+ </tbody></table></div>
151
+
152
+
153
+
154
+
155
+
156
+
157
+ <div class="section section-tasks">
158
+ <a title="Tasks" name="tasks"></a>
159
+ <h2 class="subtitle subtitle-tasks">Tasks</h2>
160
+
161
+
162
+
163
+
164
+
165
+ <ul class="task-list">
166
+ <li>
167
+ <span class="tooltip">
168
+ <code><a href="#//api/name/initWithData:isXML:">&ndash;&nbsp;initWithData:isXML:</a></code>
169
+
170
+ </span>
171
+
172
+
173
+ </li><li>
174
+ <span class="tooltip">
175
+ <code><a href="#//api/name/initWithXMLData:">&ndash;&nbsp;initWithXMLData:</a></code>
176
+
177
+ </span>
178
+
179
+
180
+ </li><li>
181
+ <span class="tooltip">
182
+ <code><a href="#//api/name/initWithHTMLData:">&ndash;&nbsp;initWithHTMLData:</a></code>
183
+
184
+ </span>
185
+
186
+
187
+ </li><li>
188
+ <span class="tooltip">
189
+ <code><a href="#//api/name/hppleWithData:isXML:">+&nbsp;hppleWithData:isXML:</a></code>
190
+
191
+ </span>
192
+
193
+
194
+ </li><li>
195
+ <span class="tooltip">
196
+ <code><a href="#//api/name/hppleWithXMLData:">+&nbsp;hppleWithXMLData:</a></code>
197
+
198
+ </span>
199
+
200
+
201
+ </li><li>
202
+ <span class="tooltip">
203
+ <code><a href="#//api/name/hppleWithHTMLData:">+&nbsp;hppleWithHTMLData:</a></code>
204
+
205
+ </span>
206
+
207
+
208
+ </li><li>
209
+ <span class="tooltip">
210
+ <code><a href="#//api/name/searchWithXPathQuery:">&ndash;&nbsp;searchWithXPathQuery:</a></code>
211
+
212
+ </span>
213
+
214
+
215
+ </li><li>
216
+ <span class="tooltip">
217
+ <code><a href="#//api/name/peekAtSearchWithXPathQuery:">&ndash;&nbsp;peekAtSearchWithXPathQuery:</a></code>
218
+
219
+ </span>
220
+
221
+
222
+ </li><li>
223
+ <span class="tooltip">
224
+ <code><a href="#//api/name/data">&nbsp;&nbsp;data</a></code>
225
+
226
+ </span>
227
+ <span class="task-item-suffix">property</span>
228
+
229
+ </li>
230
+ </ul>
231
+
232
+ </div>
233
+
234
+
235
+
236
+
237
+
238
+ <div class="section section-methods">
239
+ <a title="Properties" name="properties"></a>
240
+ <h2 class="subtitle subtitle-methods">Properties</h2>
241
+
242
+ <div class="section-method">
243
+ <a name="//api/name/data" title="data"></a>
244
+ <h3 class="subsubtitle method-title">data</h3>
245
+
246
+
247
+
248
+ <div class="method-subsection method-declaration"><code>@property (nonatomic, strong, readonly) NSData *data</code></div>
249
+
250
+
251
+ </div>
252
+
253
+ </div>
254
+
255
+
256
+
257
+ <div class="section section-methods">
258
+ <a title="Class Methods" name="class_methods"></a>
259
+ <h2 class="subtitle subtitle-methods">Class Methods</h2>
260
+
261
+ <div class="section-method">
262
+ <a name="//api/name/hppleWithData:isXML:" title="hppleWithData:isXML:"></a>
263
+ <h3 class="subsubtitle method-title">hppleWithData:isXML:</h3>
264
+
265
+
266
+
267
+ <div class="method-subsection method-declaration"><code>+ (TFHpple *)hppleWithData:(NSData *)<em>theData</em> isXML:(BOOL)<em>isDataXML</em></code></div>
268
+
269
+
270
+ </div>
271
+
272
+ <div class="section-method">
273
+ <a name="//api/name/hppleWithHTMLData:" title="hppleWithHTMLData:"></a>
274
+ <h3 class="subsubtitle method-title">hppleWithHTMLData:</h3>
275
+
276
+
277
+
278
+ <div class="method-subsection method-declaration"><code>+ (TFHpple *)hppleWithHTMLData:(NSData *)<em>theData</em></code></div>
279
+
280
+
281
+ </div>
282
+
283
+ <div class="section-method">
284
+ <a name="//api/name/hppleWithXMLData:" title="hppleWithXMLData:"></a>
285
+ <h3 class="subsubtitle method-title">hppleWithXMLData:</h3>
286
+
287
+
288
+
289
+ <div class="method-subsection method-declaration"><code>+ (TFHpple *)hppleWithXMLData:(NSData *)<em>theData</em></code></div>
290
+
291
+
292
+ </div>
293
+
294
+ </div>
295
+
296
+
297
+
298
+ <div class="section section-methods">
299
+ <a title="Instance Methods" name="instance_methods"></a>
300
+ <h2 class="subtitle subtitle-methods">Instance Methods</h2>
301
+
302
+ <div class="section-method">
303
+ <a name="//api/name/initWithData:isXML:" title="initWithData:isXML:"></a>
304
+ <h3 class="subsubtitle method-title">initWithData:isXML:</h3>
305
+
306
+
307
+
308
+ <div class="method-subsection method-declaration"><code>- (id)initWithData:(NSData *)<em>theData</em> isXML:(BOOL)<em>isDataXML</em></code></div>
309
+
310
+
311
+ </div>
312
+
313
+ <div class="section-method">
314
+ <a name="//api/name/initWithHTMLData:" title="initWithHTMLData:"></a>
315
+ <h3 class="subsubtitle method-title">initWithHTMLData:</h3>
316
+
317
+
318
+
319
+ <div class="method-subsection method-declaration"><code>- (id)initWithHTMLData:(NSData *)<em>theData</em></code></div>
320
+
321
+
322
+ </div>
323
+
324
+ <div class="section-method">
325
+ <a name="//api/name/initWithXMLData:" title="initWithXMLData:"></a>
326
+ <h3 class="subsubtitle method-title">initWithXMLData:</h3>
327
+
328
+
329
+
330
+ <div class="method-subsection method-declaration"><code>- (id)initWithXMLData:(NSData *)<em>theData</em></code></div>
331
+
332
+
333
+ </div>
334
+
335
+ <div class="section-method">
336
+ <a name="//api/name/peekAtSearchWithXPathQuery:" title="peekAtSearchWithXPathQuery:"></a>
337
+ <h3 class="subsubtitle method-title">peekAtSearchWithXPathQuery:</h3>
338
+
339
+
340
+
341
+ <div class="method-subsection method-declaration"><code>- (TFHppleElement *)peekAtSearchWithXPathQuery:(NSString *)<em>xPathOrCSS</em></code></div>
342
+
343
+
344
+ </div>
345
+
346
+ <div class="section-method">
347
+ <a name="//api/name/searchWithXPathQuery:" title="searchWithXPathQuery:"></a>
348
+ <h3 class="subsubtitle method-title">searchWithXPathQuery:</h3>
349
+
350
+
351
+
352
+ <div class="method-subsection method-declaration"><code>- (NSArray *)searchWithXPathQuery:(NSString *)<em>xPathOrCSS</em></code></div>
353
+
354
+
355
+ </div>
356
+
357
+ </div>
358
+
359
+
360
+ </div>
361
+ <div class="main-navigation navigation-bottom">
362
+ <ul>
363
+ <li><a href="../index.html">Index</a></li>
364
+ <li><a href="../hierarchy.html">Hierarchy</a></li>
365
+ </ul>
366
+ </div>
367
+ <div id="footer">
368
+ <hr />
369
+ <div class="footer-copyright">
370
+ <p><span class="copyright">&copy; 2012 Geoffrey Grosenbach. All rights reserved. (Last updated: 2012-11-20)</span><br />
371
+
372
+ <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
373
+
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </article>
378
+ <script type="text/javascript">
379
+ function jumpToChange()
380
+ {
381
+ window.location.hash = this.options[this.selectedIndex].value;
382
+ }
383
+
384
+ function toggleTOC()
385
+ {
386
+ var contents = document.getElementById('contents');
387
+ var tocContainer = document.getElementById('tocContainer');
388
+
389
+ if (this.getAttribute('class') == 'open')
390
+ {
391
+ this.setAttribute('class', '');
392
+ contents.setAttribute('class', '');
393
+ tocContainer.setAttribute('class', '');
394
+
395
+ window.name = "hideTOC";
396
+ }
397
+ else
398
+ {
399
+ this.setAttribute('class', 'open');
400
+ contents.setAttribute('class', 'isShowingTOC');
401
+ tocContainer.setAttribute('class', 'isShowingTOC');
402
+
403
+ window.name = "";
404
+ }
405
+ return false;
406
+ }
407
+
408
+ function toggleTOCEntryChildren(e)
409
+ {
410
+ e.stopPropagation();
411
+ var currentClass = this.getAttribute('class');
412
+ if (currentClass == 'children') {
413
+ this.setAttribute('class', 'children open');
414
+ }
415
+ else if (currentClass == 'children open') {
416
+ this.setAttribute('class', 'children');
417
+ }
418
+ return false;
419
+ }
420
+
421
+ function tocEntryClick(e)
422
+ {
423
+ e.stopPropagation();
424
+ return true;
425
+ }
426
+
427
+ function init()
428
+ {
429
+ var selectElement = document.getElementById('jumpTo');
430
+ selectElement.addEventListener('change', jumpToChange, false);
431
+
432
+ var tocButton = document.getElementById('table_of_contents');
433
+ tocButton.addEventListener('click', toggleTOC, false);
434
+
435
+ var taskTreeItem = document.getElementById('task_treeitem');
436
+ if (taskTreeItem.getElementsByTagName('li').length > 0)
437
+ {
438
+ taskTreeItem.setAttribute('class', 'children');
439
+ taskTreeItem.firstChild.setAttribute('class', 'disclosure');
440
+ }
441
+
442
+ var tocList = document.getElementById('toc');
443
+
444
+ var tocEntries = tocList.getElementsByTagName('li');
445
+ for (var i = 0; i < tocEntries.length; i++) {
446
+ tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
447
+ }
448
+
449
+ var tocLinks = tocList.getElementsByTagName('a');
450
+ for (var i = 0; i < tocLinks.length; i++) {
451
+ tocLinks[i].addEventListener('click', tocEntryClick, false);
452
+ }
453
+
454
+ if (window.name == "hideTOC") {
455
+ toggleTOC.call(tocButton);
456
+ }
457
+ }
458
+
459
+ window.onload = init;
460
+
461
+ // If showing in Xcode, hide the TOC and Header
462
+ if (navigator.userAgent.match(/xcode/i)) {
463
+ document.getElementById("contents").className = "hideInXcode"
464
+ document.getElementById("tocContainer").className = "hideInXcode"
465
+ document.getElementById("top_header").className = "hideInXcode"
466
+ }
467
+
468
+ </script>
469
+ </body>
470
+ </html>