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

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

Methods

Public Instance methods

Return attributes for DTD. Always returns nil

Get a hash of the elements for this DTD.

Get a hash of the elements for this DTD.

Get a hash of the notations for this DTD.

Validate document returning a list of errors

[Validate]