|
Oolite
|
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 | |
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 | |
Definition at line 115 of file OOPListSchemaVerifier.m.
| - (NSDictionary *) resolveSchemaType: | (id) | specifier | |
| atPath: | (BackLinkChain) | keyPath | |
| error: | (NSError **) | outError | |
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 | |
Definition at line 115 of file OOPListSchemaVerifier.m.