Searched refs:newSchema (Results 1 – 5 of 5) sorted by relevance
155 String newSchema = prefix + documentBuilder.getSchema(); in addPrefixToDocument() local156 documentBuilder.setSchema(newSchema); in addPrefixToDocument()
76 for (AppSearchSchema newSchema : newSchemas) { in AppSearchMigrationHelper()77 mDestinationTypes.add(newSchema.getSchemaType()); in AppSearchMigrationHelper()
143 SchemaProto newSchema = in testRewriteSchema_addType() local152 createPrefix("package", "newDatabase"), existingSchemaBuilder, newSchema); in testRewriteSchema_addType()245 SchemaProto newSchema = in testRewriteSchema_rewriteType() local254 newSchema); in testRewriteSchema_rewriteType()280 SchemaProto newSchema = in testRewriteSchema_deleteType() local289 newSchema); in testRewriteSchema_deleteType()
1714 @NonNull SchemaProto newSchema) in rewriteSchema() argument1718 for (int typeIdx = 0; typeIdx < newSchema.getTypesCount(); typeIdx++) { in rewriteSchema()1720 newSchema.getTypes(typeIdx).toBuilder(); in rewriteSchema()
53873 …method public javax.xml.validation.Schema newSchema(javax.xml.transform.Source) throws org.xml.sax…53874 … method public javax.xml.validation.Schema newSchema(java.io.File) throws org.xml.sax.SAXException;53875 … method public javax.xml.validation.Schema newSchema(java.net.URL) throws org.xml.sax.SAXException;53876 …method public abstract javax.xml.validation.Schema newSchema(javax.xml.transform.Source[]) throws …53877 method public abstract javax.xml.validation.Schema newSchema() throws org.xml.sax.SAXException;