Lines Matching refs:xSchemaHandlerImpl
39 XSchemaHandlerImpl xSchemaHandlerImpl = new XSchemaHandlerImpl(); field in _XSchema
67 xSchemaHandlerImpl.cleanCalls(); in _readComponent()
68 oObj.readComponent(xSchemaHandlerImpl); in _readComponent()
70 String implCalled = xSchemaHandlerImpl.getCalls(); in _readComponent()
115 xSchemaHandlerImpl.cleanCalls(); in _readSchema()
130 xSchemaHandlerImpl.cleanCalls(); in _readSchema()
131 oObj.readSchema(xSchemaHandlerImpl); in _readSchema()
133 String implCalled = xSchemaHandlerImpl.getCalls(); in _readSchema()
167 xSchemaHandlerImpl.cleanCalls(); in _readSchema()
168 oObj.readSchema(xSchemaHandlerImpl); in _readSchema()
202 xSchemaHandlerImpl.cleanCalls(); in _readTemplates()
203 oObj.readComponent(xSchemaHandlerImpl); in _readTemplates()
205 String implCalled = xSchemaHandlerImpl.getCalls(); in _readTemplates()