![]() |
Oolite 1.91.0.7668-250429-8542c40
|
#include <OOPListSchemaVerifier.h>
Instance Methods | |
(BOOL) | - verifier:withPropertyList:named:testProperty:atPath:againstType:error: |
(BOOL) | - verifier:withPropertyList:named:failedForProperty:withError:expectedType: |
Definition at line 69 of file OOPListSchemaVerifier.h.
- (BOOL) verifier: | (OOPListSchemaVerifier *) | verifier | |
withPropertyList: | (id) | rootPList | |
named: | (NSString *) | name | |
failedForProperty: | (id) | subPList | |
withError: | (NSError *) | error | |
expectedType: | (NSDictionary *) | localSchema |
References kErrorsByOptionErrorKey, kExpectedClassErrorKey, kExpectedClassNameErrorKey, kMissingRequiredKeysErrorKey, kMissingSubStringErrorKey, kOOPListSchemaVerifierErrorDomain, kPListKeyPathErrorKey, kSchemaKeyPathErrorKey, kUndefinedMacroErrorKey, kUnknownKeyErrorKey, kUnknownTypeErrorKey, and kUnnownFilterErrorKey.
- (BOOL) verifier: | (OOPListSchemaVerifier *) | verifier | |
withPropertyList: | (id) | rootPList | |
named: | (NSString *) | name | |
testProperty: | (id) | subPList | |
atPath: | (NSArray *) | keyPath | |
againstType: | (NSString *) | typeKey | |
error: | (NSError **) | outError |