Doctype {XML} | R Documentation |
This is a constructor for the Doctype
class.
Also, there is a method for converting such a Doctype
object to a character string.
Doctype(system = "", public = "", name = "")
system |
the system URI that locates the DTD. |
public |
the identifier for locating the DTD in a catalog, for example. |
name |
the name of the root element in the document |
An object of class Doctype
.
Duncan Temple Lang