|
Oolite 1.91.0.7712-251017-85ce217
|
#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 |