wakizashi 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +4 -0
  3. data/README.md +2 -2
  4. data/Rakefile +3 -3
  5. data/lib/wakizashi.rb +4 -2
  6. data/lib/wakizashi/version.rb +1 -1
  7. data/lib/wakizashi/xml_document.rb +15 -15
  8. data/spec/wakizashi_spec.rb +4 -4
  9. data/vendor/Podfile.lock +6 -1
  10. metadata +12 -42
  11. data/vendor/Pods/GDataXML-HTML/.gitignore +0 -13
  12. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML.xcodeproj/project.pbxproj +0 -317
  13. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  14. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML-HTML-Info.plist +0 -38
  15. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML-HTML-Prefix.pch +0 -14
  16. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLAppDelegate.h +0 -28
  17. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLAppDelegate.m +0 -82
  18. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLViewController.h +0 -29
  19. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLViewController.m +0 -89
  20. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/en.lproj/GDataXML_HTMLViewController.xib +0 -351
  21. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/en.lproj/InfoPlist.strings +0 -2
  22. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/en.lproj/MainWindow.xib +0 -444
  23. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/html.html +0 -34
  24. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/lib/GDataXMLNode.h +0 -229
  25. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/lib/GDataXMLNode.m +0 -1910
  26. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/main.m +0 -24
  27. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/xml.xml +0 -15
  28. data/vendor/Pods/GDataXML-HTML/README.markdown +0 -55
  29. data/vendor/Pods/Headers/GDataXML-HTML/GDataXMLNode.h +0 -229
  30. data/vendor/Pods/Pods-prefix.pch +0 -3
  31. data/vendor/Pods/Pods-resources.sh +0 -15
  32. data/vendor/Pods/Pods.bridgesupport +0 -231
  33. data/vendor/Pods/Pods.xcconfig +0 -4
  34. data/vendor/Pods/build-iPhoneSimulator/libPods.a +0 -0
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:GDataXML-HTML.xcodeproj">
6
- </FileRef>
7
- </Workspace>
@@ -1,38 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>en</string>
7
- <key>CFBundleDisplayName</key>
8
- <string>${PRODUCT_NAME}</string>
9
- <key>CFBundleExecutable</key>
10
- <string>${EXECUTABLE_NAME}</string>
11
- <key>CFBundleIconFile</key>
12
- <string></string>
13
- <key>CFBundleIdentifier</key>
14
- <string>org.graetzer.${PRODUCT_NAME:rfc1034identifier}</string>
15
- <key>CFBundleInfoDictionaryVersion</key>
16
- <string>6.0</string>
17
- <key>CFBundleName</key>
18
- <string>${PRODUCT_NAME}</string>
19
- <key>CFBundlePackageType</key>
20
- <string>APPL</string>
21
- <key>CFBundleShortVersionString</key>
22
- <string>1.0</string>
23
- <key>CFBundleSignature</key>
24
- <string>????</string>
25
- <key>CFBundleVersion</key>
26
- <string>1.0</string>
27
- <key>LSRequiresIPhoneOS</key>
28
- <true/>
29
- <key>NSMainNibFile</key>
30
- <string>MainWindow</string>
31
- <key>UISupportedInterfaceOrientations</key>
32
- <array>
33
- <string>UIInterfaceOrientationPortrait</string>
34
- <string>UIInterfaceOrientationLandscapeLeft</string>
35
- <string>UIInterfaceOrientationLandscapeRight</string>
36
- </array>
37
- </dict>
38
- </plist>
@@ -1,14 +0,0 @@
1
- //
2
- // Prefix header for all source files of the 'GDataXML-HTML' target in the 'GDataXML-HTML' project
3
- //
4
-
5
- #import <Availability.h>
6
-
7
- #ifndef __IPHONE_3_0
8
- #warning "This project uses features only available in iPhone SDK 3.0 and later."
9
- #endif
10
-
11
- #ifdef __OBJC__
12
- #import <UIKit/UIKit.h>
13
- #import <Foundation/Foundation.h>
14
- #endif
@@ -1,28 +0,0 @@
1
- /* Copyright (c) 2011 Simon Grätzer simon@graetzer.org
2
-
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
-
16
- #import <UIKit/UIKit.h>
17
-
18
- @class GDataXML_HTMLViewController;
19
-
20
- @interface GDataXML_HTMLAppDelegate : NSObject <UIApplicationDelegate> {
21
-
22
- }
23
-
24
- @property (nonatomic, retain) IBOutlet UIWindow *window;
25
-
26
- @property (nonatomic, retain) IBOutlet GDataXML_HTMLViewController *viewController;
27
-
28
- @end
@@ -1,82 +0,0 @@
1
- /* Copyright (c) 2011 Simon Grätzer simon@graetzer.org
2
-
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
-
16
- #import "GDataXML_HTMLAppDelegate.h"
17
-
18
- #import "GDataXML_HTMLViewController.h"
19
-
20
- @implementation GDataXML_HTMLAppDelegate
21
-
22
-
23
- @synthesize window=_window;
24
-
25
- @synthesize viewController=_viewController;
26
-
27
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
28
- {
29
- // Override point for customization after application launch.
30
-
31
- self.window.rootViewController = self.viewController;
32
- [self.window makeKeyAndVisible];
33
- return YES;
34
- }
35
-
36
- - (void)applicationWillResignActive:(UIApplication *)application
37
- {
38
- /*
39
- Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
40
- Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
41
- */
42
- }
43
-
44
- - (void)applicationDidEnterBackground:(UIApplication *)application
45
- {
46
- /*
47
- Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
48
- If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
49
- */
50
- }
51
-
52
- - (void)applicationWillEnterForeground:(UIApplication *)application
53
- {
54
- /*
55
- Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
56
- */
57
- }
58
-
59
- - (void)applicationDidBecomeActive:(UIApplication *)application
60
- {
61
- /*
62
- Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
63
- */
64
- }
65
-
66
- - (void)applicationWillTerminate:(UIApplication *)application
67
- {
68
- /*
69
- Called when the application is about to terminate.
70
- Save data if appropriate.
71
- See also applicationDidEnterBackground:.
72
- */
73
- }
74
-
75
- - (void)dealloc
76
- {
77
- [_window release];
78
- [_viewController release];
79
- [super dealloc];
80
- }
81
-
82
- @end
@@ -1,29 +0,0 @@
1
- /* Copyright (c) 2011 Simon Grätzer simon@graetzer.org
2
-
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
-
16
-
17
- #import <UIKit/UIKit.h>
18
-
19
- @interface GDataXML_HTMLViewController : UIViewController {
20
-
21
- UITextView *textView;
22
- }
23
-
24
- @property (nonatomic, retain) IBOutlet UITextView *textView;
25
-
26
- - (IBAction)startXMLParsing:(id)sender;
27
- - (IBAction)startHTMLParsing;
28
-
29
- @end
@@ -1,89 +0,0 @@
1
- /* Copyright (c) 2011 Simon Grätzer simon@graetzer.org
2
-
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
-
16
-
17
- #import "GDataXML_HTMLViewController.h"
18
- #import "lib/GDataXMLNode.h"
19
-
20
- @implementation GDataXML_HTMLViewController
21
- @synthesize textView;
22
-
23
- - (void)dealloc
24
- {
25
- [textView release];
26
- [super dealloc];
27
- }
28
-
29
- - (void)print:(NSString *)string {
30
- self.textView.text = [self.textView.text stringByAppendingString:string];
31
- }
32
-
33
- - (void)didReceiveMemoryWarning
34
- {
35
- // Releases the view if it doesn't have a superview.
36
- [super didReceiveMemoryWarning];
37
-
38
- // Release any cached data, images, etc that aren't in use.
39
- }
40
-
41
- #pragma mark - View lifecycle
42
-
43
- /*
44
- // Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
45
- - (void)viewDidLoad
46
- {
47
- [super viewDidLoad];
48
- }
49
- */
50
-
51
- - (void)viewDidUnload
52
- {
53
- [self setTextView:nil];
54
- [super viewDidUnload];
55
- // Release any retained subviews of the main view.
56
- // e.g. self.myOutlet = nil;
57
- }
58
-
59
- - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
60
- {
61
- // Return YES for supported orientations
62
- return (interfaceOrientation == UIInterfaceOrientationPortrait);
63
- }
64
-
65
- - (IBAction)startXMLParsing:(id)sender {
66
- self.textView.text = @"";
67
- NSString *path = [[NSBundle mainBundle]pathForResource:@"xml" ofType:@"xml"];
68
- GDataXMLDocument *doc = [[GDataXMLDocument alloc]initWithData:[NSData dataWithContentsOfFile:path] options:0 error:NULL];
69
- if (doc) {
70
- [self print:@"\nParse XML with XPath andd print out every employe:\n\n"];
71
- NSArray *employees = [doc nodesForXPath:@"//employe" error:NULL];
72
- for (GDataXMLElement *employe in employees) {
73
- [self print:[employe stringValue]];[self print:@"\n"];
74
- }
75
- }
76
- [doc release];
77
- }
78
-
79
- - (IBAction)startHTMLParsing {
80
- self.textView.text = @"";
81
- NSString *path = [[NSBundle mainBundle]pathForResource:@"html" ofType:@"html"];
82
- GDataXMLDocument *doc = [[GDataXMLDocument alloc]initWithHTMLData:[NSData dataWithContentsOfFile:path] options:0 error:NULL];
83
- if (doc) {
84
- [self print:@"\nLoad non valid HTML file and convert it to valid XML:\n\n"];
85
- [self print:[[doc rootElement] XMLString]];
86
- }
87
- [doc release];
88
- }
89
- @end
@@ -1,351 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
3
- <data>
4
- <int key="IBDocument.SystemTarget">1056</int>
5
- <string key="IBDocument.SystemVersion">10K540</string>
6
- <string key="IBDocument.InterfaceBuilderVersion">1306</string>
7
- <string key="IBDocument.AppKitVersion">1038.36</string>
8
- <string key="IBDocument.HIToolboxVersion">461.00</string>
9
- <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
10
- <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
11
- <string key="NS.object.0">301</string>
12
- </object>
13
- <object class="NSArray" key="IBDocument.IntegratedClassDependencies">
14
- <bool key="EncodedWithXMLCoder">YES</bool>
15
- <string>IBUITextView</string>
16
- <string>IBUIButton</string>
17
- <string>IBUIView</string>
18
- <string>IBProxyObject</string>
19
- </object>
20
- <object class="NSArray" key="IBDocument.PluginDependencies">
21
- <bool key="EncodedWithXMLCoder">YES</bool>
22
- <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
23
- </object>
24
- <object class="NSMutableDictionary" key="IBDocument.Metadata">
25
- <bool key="EncodedWithXMLCoder">YES</bool>
26
- <object class="NSArray" key="dict.sortedKeys" id="0">
27
- <bool key="EncodedWithXMLCoder">YES</bool>
28
- </object>
29
- <reference key="dict.values" ref="0"/>
30
- </object>
31
- <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
32
- <bool key="EncodedWithXMLCoder">YES</bool>
33
- <object class="IBProxyObject" id="372490531">
34
- <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
35
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
36
- </object>
37
- <object class="IBProxyObject" id="843779117">
38
- <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
39
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
40
- </object>
41
- <object class="IBUIView" id="774585933">
42
- <reference key="NSNextResponder"/>
43
- <int key="NSvFlags">274</int>
44
- <object class="NSMutableArray" key="NSSubviews">
45
- <bool key="EncodedWithXMLCoder">YES</bool>
46
- <object class="IBUITextView" id="480597374">
47
- <reference key="NSNextResponder" ref="774585933"/>
48
- <int key="NSvFlags">274</int>
49
- <string key="NSFrameSize">{320, 415}</string>
50
- <reference key="NSSuperview" ref="774585933"/>
51
- <reference key="NSWindow"/>
52
- <reference key="NSNextKeyView" ref="24677142"/>
53
- <object class="NSColor" key="IBUIBackgroundColor">
54
- <int key="NSColorSpace">3</int>
55
- <bytes key="NSWhite">MC42NjY2NjY2NjY3AA</bytes>
56
- </object>
57
- <bool key="IBUIClipsSubviews">YES</bool>
58
- <bool key="IBUIMultipleTouchEnabled">YES</bool>
59
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
60
- <bool key="IBUIEditable">NO</bool>
61
- <string key="IBUIText">Start one of the Actions below</string>
62
- <int key="IBUITextAlignment">1</int>
63
- <object class="IBUITextInputTraits" key="IBUITextInputTraits">
64
- <int key="IBUIAutocapitalizationType">2</int>
65
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
66
- </object>
67
- </object>
68
- <object class="IBUIButton" id="24677142">
69
- <reference key="NSNextResponder" ref="774585933"/>
70
- <int key="NSvFlags">292</int>
71
- <string key="NSFrame">{{20, 423}, {104, 37}}</string>
72
- <reference key="NSSuperview" ref="774585933"/>
73
- <reference key="NSWindow"/>
74
- <reference key="NSNextKeyView" ref="763921381"/>
75
- <bool key="IBUIOpaque">NO</bool>
76
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
77
- <int key="IBUIContentHorizontalAlignment">0</int>
78
- <int key="IBUIContentVerticalAlignment">0</int>
79
- <object class="NSFont" key="IBUIFont" id="874039136">
80
- <string key="NSName">Helvetica-Bold</string>
81
- <double key="NSSize">15</double>
82
- <int key="NSfFlags">16</int>
83
- </object>
84
- <int key="IBUIButtonType">1</int>
85
- <string key="IBUINormalTitle">Start XML</string>
86
- <object class="NSColor" key="IBUIHighlightedTitleColor" id="624541861">
87
- <int key="NSColorSpace">3</int>
88
- <bytes key="NSWhite">MQA</bytes>
89
- </object>
90
- <object class="NSColor" key="IBUINormalTitleColor">
91
- <int key="NSColorSpace">1</int>
92
- <bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
93
- </object>
94
- <object class="NSColor" key="IBUINormalTitleShadowColor" id="976402094">
95
- <int key="NSColorSpace">3</int>
96
- <bytes key="NSWhite">MC41AA</bytes>
97
- </object>
98
- </object>
99
- <object class="IBUIButton" id="763921381">
100
- <reference key="NSNextResponder" ref="774585933"/>
101
- <int key="NSvFlags">292</int>
102
- <string key="NSFrame">{{195, 423}, {105, 37}}</string>
103
- <reference key="NSSuperview" ref="774585933"/>
104
- <reference key="NSWindow"/>
105
- <reference key="NSNextKeyView"/>
106
- <bool key="IBUIOpaque">NO</bool>
107
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
108
- <int key="IBUIContentHorizontalAlignment">0</int>
109
- <int key="IBUIContentVerticalAlignment">0</int>
110
- <reference key="IBUIFont" ref="874039136"/>
111
- <int key="IBUIButtonType">1</int>
112
- <string key="IBUINormalTitle">Start HTML</string>
113
- <reference key="IBUIHighlightedTitleColor" ref="624541861"/>
114
- <object class="NSColor" key="IBUINormalTitleColor">
115
- <int key="NSColorSpace">1</int>
116
- <bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
117
- </object>
118
- <reference key="IBUINormalTitleShadowColor" ref="976402094"/>
119
- </object>
120
- </object>
121
- <string key="NSFrame">{{0, 20}, {320, 460}}</string>
122
- <reference key="NSSuperview"/>
123
- <reference key="NSWindow"/>
124
- <reference key="NSNextKeyView" ref="480597374"/>
125
- <object class="NSColor" key="IBUIBackgroundColor">
126
- <int key="NSColorSpace">10</int>
127
- <object class="NSImage" key="NSImage">
128
- <int key="NSImageFlags">549453824</int>
129
- <string key="NSSize">{84, 1}</string>
130
- <object class="NSMutableArray" key="NSReps">
131
- <bool key="EncodedWithXMLCoder">YES</bool>
132
- <object class="NSArray">
133
- <bool key="EncodedWithXMLCoder">YES</bool>
134
- <integer value="0"/>
135
- <object class="NSBitmapImageRep">
136
- <object class="NSData" key="NSTIFFRepresentation">
137
- <bytes key="NS.bytes">TU0AKgAAAVjFzNT/xczU/8XM1P/FzNT/xczS/8vS2P/L0tj/xczU/8XM1P/FzNT/xczU/8XM0v/L0tj/
138
- y9LY/8XM1P/FzNT/xczU/8XM1P/FzNL/y9LY/8vS2P/FzNT/xczU/8XM1P/FzNT/xczS/8vS2P/L0tj/
139
- xczU/8XM1P/FzNT/xczU/8XM0v/L0tj/y9LY/8XM1P/FzNT/xczU/8XM1P/FzNL/y9LY/8vS2P/FzNT/
140
- xczU/8XM1P/FzNT/xczS/8vS2P/L0tj/xczU/8XM1P/FzNT/xczU/8XM0v/L0tj/y9LY/8XM1P/FzNT/
141
- xczU/8XM1P/FzNL/y9LY/8vS2P/FzNT/xczU/8XM1P/FzNT/xczS/8vS2P/L0tj/xczU/8XM1P/FzNT/
142
- xczU/8XM0v/L0tj/y9LY/8XM1P/FzNT/xczU/8XM1P/FzNL/y9LY/8vS2P8ADQEAAAMAAAABAFQAAAEB
143
- AAMAAAABAAEAAAECAAMAAAAEAAAB+gEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES
144
- AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABAAEAAAEXAAQAAAABAAABUAEcAAMAAAABAAEAAAFS
145
- AAMAAAABAAEAAAFTAAMAAAAEAAACAgAAAAAACAAIAAgACAABAAEAAQABA</bytes>
146
- </object>
147
- </object>
148
- </object>
149
- </object>
150
- <object class="NSColor" key="NSColor">
151
- <int key="NSColorSpace">3</int>
152
- <bytes key="NSWhite">MCAwAA</bytes>
153
- </object>
154
- </object>
155
- <string key="IBUIColorCocoaTouchKeyPath">groupTableViewBackgroundColor</string>
156
- </object>
157
- <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
158
- <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
159
- <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
160
- </object>
161
- </object>
162
- <object class="IBObjectContainer" key="IBDocument.Objects">
163
- <object class="NSMutableArray" key="connectionRecords">
164
- <bool key="EncodedWithXMLCoder">YES</bool>
165
- <object class="IBConnectionRecord">
166
- <object class="IBCocoaTouchOutletConnection" key="connection">
167
- <string key="label">view</string>
168
- <reference key="source" ref="372490531"/>
169
- <reference key="destination" ref="774585933"/>
170
- </object>
171
- <int key="connectionID">7</int>
172
- </object>
173
- <object class="IBConnectionRecord">
174
- <object class="IBCocoaTouchOutletConnection" key="connection">
175
- <string key="label">textView</string>
176
- <reference key="source" ref="372490531"/>
177
- <reference key="destination" ref="480597374"/>
178
- </object>
179
- <int key="connectionID">9</int>
180
- </object>
181
- <object class="IBConnectionRecord">
182
- <object class="IBCocoaTouchEventConnection" key="connection">
183
- <string key="label">startHTMLParsing</string>
184
- <reference key="source" ref="763921381"/>
185
- <reference key="destination" ref="372490531"/>
186
- <int key="IBEventType">1</int>
187
- </object>
188
- <int key="connectionID">13</int>
189
- </object>
190
- <object class="IBConnectionRecord">
191
- <object class="IBCocoaTouchEventConnection" key="connection">
192
- <string key="label">startXMLParsing:</string>
193
- <reference key="source" ref="24677142"/>
194
- <reference key="destination" ref="372490531"/>
195
- <int key="IBEventType">1</int>
196
- </object>
197
- <int key="connectionID">14</int>
198
- </object>
199
- </object>
200
- <object class="IBMutableOrderedSet" key="objectRecords">
201
- <object class="NSArray" key="orderedObjects">
202
- <bool key="EncodedWithXMLCoder">YES</bool>
203
- <object class="IBObjectRecord">
204
- <int key="objectID">0</int>
205
- <reference key="object" ref="0"/>
206
- <reference key="children" ref="1000"/>
207
- <nil key="parent"/>
208
- </object>
209
- <object class="IBObjectRecord">
210
- <int key="objectID">-1</int>
211
- <reference key="object" ref="372490531"/>
212
- <reference key="parent" ref="0"/>
213
- <string key="objectName">File's Owner</string>
214
- </object>
215
- <object class="IBObjectRecord">
216
- <int key="objectID">-2</int>
217
- <reference key="object" ref="843779117"/>
218
- <reference key="parent" ref="0"/>
219
- </object>
220
- <object class="IBObjectRecord">
221
- <int key="objectID">6</int>
222
- <reference key="object" ref="774585933"/>
223
- <object class="NSMutableArray" key="children">
224
- <bool key="EncodedWithXMLCoder">YES</bool>
225
- <reference ref="480597374"/>
226
- <reference ref="24677142"/>
227
- <reference ref="763921381"/>
228
- </object>
229
- <reference key="parent" ref="0"/>
230
- </object>
231
- <object class="IBObjectRecord">
232
- <int key="objectID">8</int>
233
- <reference key="object" ref="480597374"/>
234
- <reference key="parent" ref="774585933"/>
235
- </object>
236
- <object class="IBObjectRecord">
237
- <int key="objectID">10</int>
238
- <reference key="object" ref="24677142"/>
239
- <reference key="parent" ref="774585933"/>
240
- </object>
241
- <object class="IBObjectRecord">
242
- <int key="objectID">12</int>
243
- <reference key="object" ref="763921381"/>
244
- <reference key="parent" ref="774585933"/>
245
- </object>
246
- </object>
247
- </object>
248
- <object class="NSMutableDictionary" key="flattenedProperties">
249
- <bool key="EncodedWithXMLCoder">YES</bool>
250
- <object class="NSArray" key="dict.sortedKeys">
251
- <bool key="EncodedWithXMLCoder">YES</bool>
252
- <string>-1.CustomClassName</string>
253
- <string>-2.CustomClassName</string>
254
- <string>10.IBPluginDependency</string>
255
- <string>12.IBPluginDependency</string>
256
- <string>6.IBEditorWindowLastContentRect</string>
257
- <string>6.IBPluginDependency</string>
258
- <string>8.IBPluginDependency</string>
259
- </object>
260
- <object class="NSMutableArray" key="dict.values">
261
- <bool key="EncodedWithXMLCoder">YES</bool>
262
- <string>GDataXML_HTMLViewController</string>
263
- <string>UIResponder</string>
264
- <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
265
- <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
266
- <string>{{239, 654}, {320, 480}}</string>
267
- <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
268
- <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
269
- </object>
270
- </object>
271
- <object class="NSMutableDictionary" key="unlocalizedProperties">
272
- <bool key="EncodedWithXMLCoder">YES</bool>
273
- <reference key="dict.sortedKeys" ref="0"/>
274
- <reference key="dict.values" ref="0"/>
275
- </object>
276
- <nil key="activeLocalization"/>
277
- <object class="NSMutableDictionary" key="localizations">
278
- <bool key="EncodedWithXMLCoder">YES</bool>
279
- <reference key="dict.sortedKeys" ref="0"/>
280
- <reference key="dict.values" ref="0"/>
281
- </object>
282
- <nil key="sourceID"/>
283
- <int key="maxID">14</int>
284
- </object>
285
- <object class="IBClassDescriber" key="IBDocument.Classes">
286
- <object class="NSMutableArray" key="referencedPartialClassDescriptions">
287
- <bool key="EncodedWithXMLCoder">YES</bool>
288
- <object class="IBPartialClassDescription">
289
- <string key="className">GDataXML_HTMLViewController</string>
290
- <string key="superclassName">UIViewController</string>
291
- <object class="NSMutableDictionary" key="actions">
292
- <bool key="EncodedWithXMLCoder">YES</bool>
293
- <object class="NSArray" key="dict.sortedKeys">
294
- <bool key="EncodedWithXMLCoder">YES</bool>
295
- <string>startHTMLParsing</string>
296
- <string>startXMLParsing:</string>
297
- </object>
298
- <object class="NSMutableArray" key="dict.values">
299
- <bool key="EncodedWithXMLCoder">YES</bool>
300
- <string>id</string>
301
- <string>id</string>
302
- </object>
303
- </object>
304
- <object class="NSMutableDictionary" key="actionInfosByName">
305
- <bool key="EncodedWithXMLCoder">YES</bool>
306
- <object class="NSArray" key="dict.sortedKeys">
307
- <bool key="EncodedWithXMLCoder">YES</bool>
308
- <string>startHTMLParsing</string>
309
- <string>startXMLParsing:</string>
310
- </object>
311
- <object class="NSMutableArray" key="dict.values">
312
- <bool key="EncodedWithXMLCoder">YES</bool>
313
- <object class="IBActionInfo">
314
- <string key="name">startHTMLParsing</string>
315
- <string key="candidateClassName">id</string>
316
- </object>
317
- <object class="IBActionInfo">
318
- <string key="name">startXMLParsing:</string>
319
- <string key="candidateClassName">id</string>
320
- </object>
321
- </object>
322
- </object>
323
- <object class="NSMutableDictionary" key="outlets">
324
- <string key="NS.key.0">textView</string>
325
- <string key="NS.object.0">UITextView</string>
326
- </object>
327
- <object class="NSMutableDictionary" key="toOneOutletInfosByName">
328
- <string key="NS.key.0">textView</string>
329
- <object class="IBToOneOutletInfo" key="NS.object.0">
330
- <string key="name">textView</string>
331
- <string key="candidateClassName">UITextView</string>
332
- </object>
333
- </object>
334
- <object class="IBClassDescriptionSource" key="sourceIdentifier">
335
- <string key="majorKey">IBProjectSource</string>
336
- <string key="minorKey">./Classes/GDataXML_HTMLViewController.h</string>
337
- </object>
338
- </object>
339
- </object>
340
- </object>
341
- <int key="IBDocument.localizationMode">0</int>
342
- <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
343
- <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
344
- <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
345
- <integer value="3100" key="NS.object.0"/>
346
- </object>
347
- <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
348
- <int key="IBDocument.defaultPropertyAccessControl">3</int>
349
- <string key="IBCocoaTouchPluginVersion">301</string>
350
- </data>
351
- </archive>