Rdocumentation
powered by
Learn R Programming
XML (version 0.99-4)
Doctype: Constructor for DTD reference
Description
This is a constructor for the
Doctype
class. Also, there is a method for converting such a
Doctype
object to a character string.
Usage
Doctype(system = "", public = "", name = "")
Arguments
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
Value
An object of class
Doctype
.
References
http://www.w3.org/XML
See Also
saveXML