Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.xml.Dtd
-
Packages that use Dtd Package Description net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts. -
-
Uses of Dtd in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Fields in net.ssehub.easy.instantiation.core.model.artifactModel.xml declared as Dtd Modifier and Type Field Description private DtdXmlFileArtifact. dtdMethods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return Dtd Modifier and Type Method Description private static DtdDtdParser. checkForDTD(java.util.List<java.lang.String> stringList)Checks a List of Strings for an embedded DTD.static DtdDtdParser. extractDTD(java.io.File file)Will extract a embedded DTD from an XML file.static DtdDtdParser. extractDTD(java.io.InputStream in)Will extract a embedded DTD from an XML file.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.xml with parameters of type Dtd Modifier and Type Method Description static voidDtdParser. writeDtd(java.io.File file, Dtd dtd)Writes the dtd back into a file.
-