Class REXML::DocType
In: lib/test/unit/xml/doctype_mixin.rb
Parent: Object

The REXML::DocType mix-in adds methods that are useful for Doctype declarations, but not present in the standard REXML::DocType class

Methods

notation   notations   public   system  

Public Instance methods

Retrieves a named notation. Only notations declared in the internal DTD subset can be retrieved.

This method returns a list of notations that have been declared in the internal DTD subset. Notations in the external DTD subset are not listed.

This method retrieves the public identifier identifying the document‘s DTD.

This method retrieves the system identifier identifying the document‘s DTD

[Validate]