
com.thaiopensource.xml.dtd.om.DtdParser Maven / Gradle / Ivy
package com.thaiopensource.xml.dtd.om;
import java.io.IOException;
import com.thaiopensource.xml.em.*;
public interface DtdParser {
Dtd parse(String systemId, EntityManager em) throws IOException;
Dtd parse(OpenEntity entity, EntityManager em) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy