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,22 @@
1
+
2
+ header {
3
+ display: none;
4
+ }
5
+
6
+ div.main-navigation, div.navigation-top {
7
+ display: none;
8
+ }
9
+
10
+ div#overview_contents, div#contents.isShowingTOC, div#contents {
11
+ overflow: visible;
12
+ position: relative;
13
+ top: 0px;
14
+ border: none;
15
+ left: 0;
16
+ }
17
+ #tocContainer.isShowingTOC {
18
+ display: none;
19
+ }
20
+ nav {
21
+ display: none;
22
+ }
@@ -0,0 +1,72 @@
1
+ <!DOCTYPE HTML>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>hpple 0.1.0 Hierarchy</title>
6
+ <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
7
+ <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
8
+ <meta name="generator" content="appledoc 2.0.5 (build 789)" />
9
+ </head>
10
+ <body>
11
+ <header id="top_header">
12
+ <div id="library" class="hideInXcode">
13
+ <h1><a id="libraryTitle" href="index.html">hpple 0.1.0 </a></h1>
14
+ <a id="developerHome" href="index.html">Geoffrey Grosenbach</a>
15
+ </div>
16
+
17
+ <div id="title" role="banner">
18
+ <h1 class="hideInXcode">hpple 0.1.0 Hierarchy</h1>
19
+ </div>
20
+ <ul id="headerButtons" role="toolbar"></ul>
21
+ </header>
22
+ <article>
23
+ <div id="overview_contents" role="main">
24
+ <div class="main-navigation navigation-top">
25
+ <a href="index.html">Previous</a>
26
+ </div>
27
+ <div id="header">
28
+ <div class="section-header">
29
+ <h1 class="title title-header">hpple 0.1.0 Hierarchy</h1>
30
+ </div>
31
+ </div>
32
+ <div id="container">
33
+
34
+ <div class="index-column hierarchy-column">
35
+ <h2 class="index-title">Class Hierarchy</h2>
36
+
37
+ <ul>
38
+
39
+ <li>NSObject
40
+ <ul>
41
+
42
+ <li><a href="Classes/TFHpple.html">TFHpple</a></li>
43
+
44
+ <li><a href="Classes/TFHppleElement.html">TFHppleElement</a></li>
45
+
46
+ </ul>
47
+ </li>
48
+
49
+ </ul>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ </div>
56
+ <div class="main-navigation navigation-bottom">
57
+ <a href="index.html">Previous</a>
58
+ </div>
59
+ <div id="footer">
60
+ <hr />
61
+ <div class="footer-copyright">
62
+ <p><span class="copyright">&copy; 2012 Geoffrey Grosenbach. All rights reserved. (Last updated: 2012-11-20)</span><br />
63
+
64
+ <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
65
+
66
+
67
+ </div>
68
+ </div>
69
+ </div>
70
+ </article>
71
+ </body>
72
+ </html>
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE HTML>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>hpple 0.1.0 Reference</title>
6
+ <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
7
+ <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
8
+ <meta name="generator" content="appledoc 2.0.5 (build 789)" />
9
+ </head>
10
+ <body>
11
+ <header id="top_header">
12
+ <div id="library" class="hideInXcode">
13
+ <h1><a id="libraryTitle" href="index.html">hpple 0.1.0 </a></h1>
14
+ <a id="developerHome" href="index.html">Geoffrey Grosenbach</a>
15
+ </div>
16
+
17
+ <div id="title" role="banner">
18
+ <h1 class="hideInXcode">hpple 0.1.0 Reference</h1>
19
+ </div>
20
+ <ul id="headerButtons" role="toolbar"></ul>
21
+ </header>
22
+ <article>
23
+ <div id="overview_contents" role="main">
24
+ <div class="main-navigation navigation-top">
25
+ <a href="hierarchy.html">Next</a>
26
+ </div>
27
+ <div id="header">
28
+ <div class="section-header">
29
+ <h1 class="title title-header">hpple 0.1.0 Reference</h1>
30
+ </div>
31
+ </div>
32
+ <div id="container">
33
+
34
+ <div class="section section-overview index-overview">
35
+
36
+
37
+ <h1>DESCRIPTION</h1>
38
+
39
+ <p>EXPERIMENTAL! Only a few hours old.</p>
40
+
41
+ <p>Hpple: A nice Objective-C wrapper on the XPathQuery library for parsing HTML.</p>
42
+
43
+ <p>Inspired by why the lucky stiff&rsquo;s <a href="http://github.com/why/hpricot/tree/master">Hpricot</a>.</p>
44
+
45
+ <h1>AUTHOR</h1>
46
+
47
+ <p>Geoffrey Grosenbach, <a href="http://topfunky.com">Topfunky Corporation</a> and <a href="http://peepcode.com">PeepCode Screencasts</a>.</p>
48
+
49
+ <h1>FEATURES</h1>
50
+
51
+ <ul>
52
+ <li>Easy searching by XPath (CSS selectors are planned)</li>
53
+ <li>Parses HTML (XML coming soon)</li>
54
+ <li>Easy access to tag content, name, and attributes.</li>
55
+ </ul>
56
+
57
+
58
+ <h1>INSTALLATION</h1>
59
+
60
+ <ul>
61
+ <li>Open your XCode project and the Hpple project.</li>
62
+ <li>Drag the &ldquo;Hpple&rdquo; directory to your project.</li>
63
+ <li>Add the libxml2.2.dylib framework to your project and search paths as described at <a href="http://cocoawithlove.com/2008/10/using-libxml2-for-parsing-and-xpath.html">Cocoa with Love</a></li>
64
+ </ul>
65
+
66
+
67
+ <p>More documentation and short screencast coming soon&hellip;</p>
68
+
69
+ <h1>USAGE</h1>
70
+
71
+ <p>See TFHppleHTMLTest.m in the Hpple project for samples.</p>
72
+
73
+ <pre>
74
+ #import "[TFHpple](Classes/TFHpple.html).h"
75
+
76
+ NSData * data = [NSData dataWithContentsOfFile:@"index.html"];
77
+
78
+ [TFHpple](Classes/TFHpple.html) * doc = [[TFHpple alloc] initWithHTMLData:data];
79
+ NSArray * elements = [doc search:@"//a[@class='sponsor']"];
80
+
81
+ [TFHppleElement](Classes/TFHppleElement.html) * element = [elements objectAtIndex:0];
82
+ [e content]; // Tag's innerHTML
83
+ [e tagName]; // "a"
84
+ [e attributes]; // NSDictionary of href, class, id, etc.
85
+ [e objectForKey:@"href"]; // Easy access to single attribute
86
+
87
+ </pre>
88
+
89
+
90
+ <h1>TODO</h1>
91
+
92
+ <ul>
93
+ <li>Internal error catching and messages</li>
94
+ <li>CSS3 selectors in addition to XPath</li>
95
+ </ul>
96
+
97
+
98
+
99
+ </div>
100
+
101
+
102
+
103
+
104
+
105
+ <div class="index-column">
106
+ <h2 class="index-title">Class References</h2>
107
+ <ul>
108
+
109
+ <li><a href="Classes/TFHpple.html">TFHpple</a></li>
110
+
111
+ <li><a href="Classes/TFHppleElement.html">TFHppleElement</a></li>
112
+
113
+ </ul>
114
+ </div>
115
+
116
+
117
+
118
+ </div>
119
+ <div class="main-navigation navigation-bottom">
120
+ <a href="hierarchy.html">Next</a>
121
+ </div>
122
+ <div id="footer">
123
+ <hr />
124
+ <div class="footer-copyright">
125
+ <p><span class="copyright">&copy; 2012 Geoffrey Grosenbach. All rights reserved. (Last updated: 2012-11-20)</span><br />
126
+
127
+ <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
128
+
129
+
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </article>
134
+ </body>
135
+ </html>
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <DocSetNodes version="1.0">
3
+ <TOC>
4
+ <Node type="folder">
5
+ <Name>hpple 0.1.0</Name>
6
+ <Path>index.html</Path>
7
+ <Subnodes>
8
+
9
+
10
+ <Node type="folder">
11
+ <Name>Classes</Name>
12
+ <Path>index.html</Path>
13
+ <Subnodes>
14
+ <NodeRef refid="1"/>
15
+ <NodeRef refid="2"/>
16
+
17
+ </Subnodes>
18
+ </Node>
19
+
20
+
21
+
22
+ </Subnodes>
23
+ </Node>
24
+ </TOC>
25
+ <Library>
26
+
27
+ <Node id="1">
28
+ <Name>TFHpple</Name>
29
+ <Path>Classes/TFHpple.html</Path>
30
+ </Node>
31
+ <Node id="2">
32
+ <Name>TFHppleElement</Name>
33
+ <Path>Classes/TFHppleElement.html</Path>
34
+ </Node>
35
+
36
+
37
+
38
+ </Library>
39
+ </DocSetNodes>
@@ -0,0 +1,125 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Tokens version="1.0">
3
+ <File path="Classes/TFHpple.html">
4
+
5
+ <Token>
6
+ <TokenIdentifier>//apple_ref/occ/cl/TFHpple</TokenIdentifier>
7
+ <Abstract type="html"></Abstract>
8
+ <DeclaredIn>TFHpple.h</DeclaredIn>
9
+
10
+ <NodeRef refid="1"/>
11
+ </Token>
12
+
13
+
14
+ <Token>
15
+ <TokenIdentifier>//apple_ref/occ/instm/TFHpple/initWithData:isXML:</TokenIdentifier>
16
+ <Abstract type="html"></Abstract>
17
+ <DeclaredIn>TFHpple.h</DeclaredIn>
18
+
19
+ <Declaration>- (id)initWithData:(NSData *)theData isXML:(BOOL)isDataXML</Declaration>
20
+
21
+
22
+ <Anchor>//api/name/initWithData:isXML:</Anchor>
23
+ </Token>
24
+
25
+ <Token>
26
+ <TokenIdentifier>//apple_ref/occ/instm/TFHpple/initWithXMLData:</TokenIdentifier>
27
+ <Abstract type="html"></Abstract>
28
+ <DeclaredIn>TFHpple.h</DeclaredIn>
29
+
30
+ <Declaration>- (id)initWithXMLData:(NSData *)theData</Declaration>
31
+
32
+
33
+ <Anchor>//api/name/initWithXMLData:</Anchor>
34
+ </Token>
35
+
36
+ <Token>
37
+ <TokenIdentifier>//apple_ref/occ/instm/TFHpple/initWithHTMLData:</TokenIdentifier>
38
+ <Abstract type="html"></Abstract>
39
+ <DeclaredIn>TFHpple.h</DeclaredIn>
40
+
41
+ <Declaration>- (id)initWithHTMLData:(NSData *)theData</Declaration>
42
+
43
+
44
+ <Anchor>//api/name/initWithHTMLData:</Anchor>
45
+ </Token>
46
+
47
+ <Token>
48
+ <TokenIdentifier>//apple_ref/occ/clm/TFHpple/hppleWithData:isXML:</TokenIdentifier>
49
+ <Abstract type="html"></Abstract>
50
+ <DeclaredIn>TFHpple.h</DeclaredIn>
51
+
52
+ <Declaration>+ (TFHpple *)hppleWithData:(NSData *)theData isXML:(BOOL)isDataXML</Declaration>
53
+
54
+
55
+ <Anchor>//api/name/hppleWithData:isXML:</Anchor>
56
+ </Token>
57
+
58
+ <Token>
59
+ <TokenIdentifier>//apple_ref/occ/clm/TFHpple/hppleWithXMLData:</TokenIdentifier>
60
+ <Abstract type="html"></Abstract>
61
+ <DeclaredIn>TFHpple.h</DeclaredIn>
62
+
63
+ <Declaration>+ (TFHpple *)hppleWithXMLData:(NSData *)theData</Declaration>
64
+
65
+
66
+ <Anchor>//api/name/hppleWithXMLData:</Anchor>
67
+ </Token>
68
+
69
+ <Token>
70
+ <TokenIdentifier>//apple_ref/occ/clm/TFHpple/hppleWithHTMLData:</TokenIdentifier>
71
+ <Abstract type="html"></Abstract>
72
+ <DeclaredIn>TFHpple.h</DeclaredIn>
73
+
74
+ <Declaration>+ (TFHpple *)hppleWithHTMLData:(NSData *)theData</Declaration>
75
+
76
+
77
+ <Anchor>//api/name/hppleWithHTMLData:</Anchor>
78
+ </Token>
79
+
80
+ <Token>
81
+ <TokenIdentifier>//apple_ref/occ/instm/TFHpple/searchWithXPathQuery:</TokenIdentifier>
82
+ <Abstract type="html"></Abstract>
83
+ <DeclaredIn>TFHpple.h</DeclaredIn>
84
+
85
+ <Declaration>- (NSArray *)searchWithXPathQuery:(NSString *)xPathOrCSS</Declaration>
86
+
87
+
88
+ <Anchor>//api/name/searchWithXPathQuery:</Anchor>
89
+ </Token>
90
+
91
+ <Token>
92
+ <TokenIdentifier>//apple_ref/occ/instm/TFHpple/peekAtSearchWithXPathQuery:</TokenIdentifier>
93
+ <Abstract type="html"></Abstract>
94
+ <DeclaredIn>TFHpple.h</DeclaredIn>
95
+
96
+ <Declaration>- (TFHppleElement *)peekAtSearchWithXPathQuery:(NSString *)xPathOrCSS</Declaration>
97
+
98
+
99
+ <Anchor>//api/name/peekAtSearchWithXPathQuery:</Anchor>
100
+ </Token>
101
+
102
+ <Token>
103
+ <TokenIdentifier>//apple_ref/occ/instm/TFHpple/setData:</TokenIdentifier>
104
+ <Abstract type="html"></Abstract>
105
+ <DeclaredIn>TFHpple.h</DeclaredIn>
106
+
107
+ <Declaration>@property (nonatomic, strong, readonly) NSData *data</Declaration>
108
+
109
+
110
+ <Anchor>//api/name/data</Anchor>
111
+ </Token>
112
+
113
+ <Token>
114
+ <TokenIdentifier>//apple_ref/occ/instp/TFHpple/data</TokenIdentifier>
115
+ <Abstract type="html"></Abstract>
116
+ <DeclaredIn>TFHpple.h</DeclaredIn>
117
+
118
+ <Declaration>@property (nonatomic, strong, readonly) NSData *data</Declaration>
119
+
120
+
121
+ <Anchor>//api/name/data</Anchor>
122
+ </Token>
123
+
124
+ </File>
125
+ </Tokens>
@@ -0,0 +1,180 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Tokens version="1.0">
3
+ <File path="Classes/TFHppleElement.html">
4
+
5
+ <Token>
6
+ <TokenIdentifier>//apple_ref/occ/cl/TFHppleElement</TokenIdentifier>
7
+ <Abstract type="html"></Abstract>
8
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
9
+
10
+ <NodeRef refid="2"/>
11
+ </Token>
12
+
13
+
14
+ <Token>
15
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/initWithNode:</TokenIdentifier>
16
+ <Abstract type="html"></Abstract>
17
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
18
+
19
+ <Declaration>- (id)initWithNode:(NSDictionary *)theNode</Declaration>
20
+
21
+
22
+ <Anchor>//api/name/initWithNode:</Anchor>
23
+ </Token>
24
+
25
+ <Token>
26
+ <TokenIdentifier>//apple_ref/occ/clm/TFHppleElement/hppleElementWithNode:</TokenIdentifier>
27
+ <Abstract type="html"></Abstract>
28
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
29
+
30
+ <Declaration>+ (TFHppleElement *)hppleElementWithNode:(NSDictionary *)theNode</Declaration>
31
+
32
+
33
+ <Anchor>//api/name/hppleElementWithNode:</Anchor>
34
+ </Token>
35
+
36
+ <Token>
37
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/setContent:</TokenIdentifier>
38
+ <Abstract type="html"></Abstract>
39
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
40
+
41
+ <Declaration>@property (nonatomic, copy, readonly) NSString *content</Declaration>
42
+
43
+
44
+ <Anchor>//api/name/content</Anchor>
45
+ </Token>
46
+
47
+ <Token>
48
+ <TokenIdentifier>//apple_ref/occ/instp/TFHppleElement/content</TokenIdentifier>
49
+ <Abstract type="html"></Abstract>
50
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
51
+
52
+ <Declaration>@property (nonatomic, copy, readonly) NSString *content</Declaration>
53
+
54
+
55
+ <Anchor>//api/name/content</Anchor>
56
+ </Token>
57
+
58
+ <Token>
59
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/setTagName:</TokenIdentifier>
60
+ <Abstract type="html"></Abstract>
61
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
62
+
63
+ <Declaration>@property (nonatomic, copy, readonly) NSString *tagName</Declaration>
64
+
65
+
66
+ <Anchor>//api/name/tagName</Anchor>
67
+ </Token>
68
+
69
+ <Token>
70
+ <TokenIdentifier>//apple_ref/occ/instp/TFHppleElement/tagName</TokenIdentifier>
71
+ <Abstract type="html"></Abstract>
72
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
73
+
74
+ <Declaration>@property (nonatomic, copy, readonly) NSString *tagName</Declaration>
75
+
76
+
77
+ <Anchor>//api/name/tagName</Anchor>
78
+ </Token>
79
+
80
+ <Token>
81
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/setAttributes:</TokenIdentifier>
82
+ <Abstract type="html"></Abstract>
83
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
84
+
85
+ <Declaration>@property (nonatomic, strong, readonly) NSDictionary *attributes</Declaration>
86
+
87
+
88
+ <Anchor>//api/name/attributes</Anchor>
89
+ </Token>
90
+
91
+ <Token>
92
+ <TokenIdentifier>//apple_ref/occ/instp/TFHppleElement/attributes</TokenIdentifier>
93
+ <Abstract type="html"></Abstract>
94
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
95
+
96
+ <Declaration>@property (nonatomic, strong, readonly) NSDictionary *attributes</Declaration>
97
+
98
+
99
+ <Anchor>//api/name/attributes</Anchor>
100
+ </Token>
101
+
102
+ <Token>
103
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/setChildren:</TokenIdentifier>
104
+ <Abstract type="html"></Abstract>
105
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
106
+
107
+ <Declaration>@property (nonatomic, strong, readonly) NSArray *children</Declaration>
108
+
109
+
110
+ <Anchor>//api/name/children</Anchor>
111
+ </Token>
112
+
113
+ <Token>
114
+ <TokenIdentifier>//apple_ref/occ/instp/TFHppleElement/children</TokenIdentifier>
115
+ <Abstract type="html"></Abstract>
116
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
117
+
118
+ <Declaration>@property (nonatomic, strong, readonly) NSArray *children</Declaration>
119
+
120
+
121
+ <Anchor>//api/name/children</Anchor>
122
+ </Token>
123
+
124
+ <Token>
125
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/setFirstChild:</TokenIdentifier>
126
+ <Abstract type="html"></Abstract>
127
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
128
+
129
+ <Declaration>@property (nonatomic, strong, readonly) TFHppleElement *firstChild</Declaration>
130
+
131
+
132
+ <Anchor>//api/name/firstChild</Anchor>
133
+ </Token>
134
+
135
+ <Token>
136
+ <TokenIdentifier>//apple_ref/occ/instp/TFHppleElement/firstChild</TokenIdentifier>
137
+ <Abstract type="html"></Abstract>
138
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
139
+
140
+ <Declaration>@property (nonatomic, strong, readonly) TFHppleElement *firstChild</Declaration>
141
+
142
+
143
+ <Anchor>//api/name/firstChild</Anchor>
144
+ </Token>
145
+
146
+ <Token>
147
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/setParent:</TokenIdentifier>
148
+ <Abstract type="html"></Abstract>
149
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
150
+
151
+ <Declaration>@property (nonatomic, unsafe_unretained, readonly) TFHppleElement *parent</Declaration>
152
+
153
+
154
+ <Anchor>//api/name/parent</Anchor>
155
+ </Token>
156
+
157
+ <Token>
158
+ <TokenIdentifier>//apple_ref/occ/instp/TFHppleElement/parent</TokenIdentifier>
159
+ <Abstract type="html"></Abstract>
160
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
161
+
162
+ <Declaration>@property (nonatomic, unsafe_unretained, readonly) TFHppleElement *parent</Declaration>
163
+
164
+
165
+ <Anchor>//api/name/parent</Anchor>
166
+ </Token>
167
+
168
+ <Token>
169
+ <TokenIdentifier>//apple_ref/occ/instm/TFHppleElement/objectForKey:</TokenIdentifier>
170
+ <Abstract type="html"></Abstract>
171
+ <DeclaredIn>TFHppleElement.h</DeclaredIn>
172
+
173
+ <Declaration>- (NSString *)objectForKey:(NSString *)theKey</Declaration>
174
+
175
+
176
+ <Anchor>//api/name/objectForKey:</Anchor>
177
+ </Token>
178
+
179
+ </File>
180
+ </Tokens>