Oolite 1.91.0.7644-241112-7f5034b
|
Instance Methods | |
(BOOL) | - delegateVerifierWithPropertyList:named:testProperty:atPath:againstType:error: |
(BOOL) | - delegateVerifierWithPropertyList:named:failedForProperty:withError:expectedType: |
(BOOL) | - verifyPList:named:subProperty:againstSchemaType:atPath:tentative:error:stop: |
(NSDictionary *) | - resolveSchemaType:atPath:error: |
Definition at line 157 of file OOPListSchemaVerifier.m.
- (BOOL) delegateVerifierWithPropertyList: | (id) | rootPList | |
named: | (NSString *) | name | |
failedForProperty: | (id) | subPList | |
withError: | (NSError *) | error | |
expectedType: | (NSDictionary *) | localSchema |
Extends class OOPListSchemaVerifier.
Definition at line 115 of file OOPListSchemaVerifier.m.
- (BOOL) delegateVerifierWithPropertyList: | (id) | rootPList | |
named: | (NSString *) | name | |
testProperty: | (id) | subPList | |
atPath: | (BackLinkChain) | keyPath | |
againstType: | (NSString *) | typeKey | |
error: | (NSError **) | outError |
Extends class OOPListSchemaVerifier.
Definition at line 115 of file OOPListSchemaVerifier.m.
- (NSDictionary *) resolveSchemaType: | (id) | specifier | |
atPath: | (BackLinkChain) | keyPath | |
error: | (NSError **) | outError |
Extends class OOPListSchemaVerifier.
Definition at line 115 of file OOPListSchemaVerifier.m.
- (BOOL) verifyPList: | (id) | rootPList | |
named: | (NSString *) | name | |
subProperty: | (id) | subProperty | |
againstSchemaType: | (id) | subSchema | |
atPath: | (BackLinkChain) | keyPath | |
tentative: | (BOOL) | tentative | |
error: | (NSError **) | outError | |
stop: | (BOOL *) | outStop |
Extends class OOPListSchemaVerifier.
Definition at line 115 of file OOPListSchemaVerifier.m.