Class Nokogiri::XML::DTD
In: lib/nokogiri/xml/dtd.rb
ext/nokogiri/xml_text.c
Parent: Nokogiri::XML::Node

Nokogiri::XML::DTD wraps DTD nodes in an XML document

Methods

Public Instance methods

Get a hash of the attributes for this DTD.

Get a hash of the elements for this DTD.

Get a hash of the elements for this DTD.

Get the External ID for this DTD

Get a hash of the notations for this DTD.

Get the System ID for this DTD

Validate document returning a list of errors

[Validate]