All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thaiopensource.xml.dtd.om.DtdParser Maven / Gradle / Ivy

There is a newer version: 20220510
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy