Doctype-class {XML} | R Documentation |
This class is intended to identify a DTD by SYSTEM file and/or PUBLIC catalog identifier. This is used in the DOCTYPE element of an XML document.
Objects can be created by calls of the form new("Doctype", ...)
.
or Doctype
.
name
:"character"
. This is the name of the
top-level element in the XML document.system
:"character"
. This is the name of the file on the
system where the DTD document can be found. Can this be a URI?public
:"character"
. This gives the PUBLIC
identifier for the DTD that can be searched for in a catalog, for example to map the
DTD reference to a local system element.No methods defined with class "Doctype" in the signature.
Duncan Temple Lang
http://www.w3.org/XML, http://www.xmlsoft.org