Learn R Programming

XML (version 1.2-0)

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

Value

  • An object of class Doctype.

References

http://www.w3.org/XML

See Also

saveXML