Skip to content

Commit

Permalink
Merge pull request #34 from VojtechBartos/master
Browse files Browse the repository at this point in the history
option to set up default scope
  • Loading branch information
jasperblues committed Jul 24, 2013
2 parents d68a81b + 297e2aa commit f46473f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

@interface TyphoonRXMLElement (XmlComponentFactory)


- (TyphoonDefinition*)asComponentDefinition;

- (id<TyphoonInjectedProperty>)asInjectedProperty;

- (TyphoonInitializer*)asInitializer;



@end
2 changes: 2 additions & 0 deletions Source/Factory/Xml/TyphoonRXMLElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#import <libxml2/libxml/xmlmemory.h>
#import <libxml/xpath.h>
#import <libxml/xpathInternals.h>
#import "TyphoonDefinition.h"

@interface TyphoonRXMLElement : NSObject
{
Expand Down Expand Up @@ -82,6 +83,7 @@
@property (nonatomic, readonly) NSInteger textAsInt;
@property (nonatomic, readonly) double textAsDouble;
@property (nonatomic, readonly) BOOL isValid;
@property (nonatomic, assign) TyphoonScope defaultScope;

@end

Expand Down

0 comments on commit f46473f

Please sign in to comment.