package com.awsle.aibatis.xml.engine.xml; public interface XMLReaderDriver { XMLReader createReader(String xml); }