Methods

Class/Module Index [+]

Quicksearch

HTML5::TreeBuilders::SimpleTree::DocumentType

Attributes

public_id[RW]
system_id[RW]

Public Class Methods

new(name) click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 121
def initialize name
  super name
  @public_id = nil
  @system_id = nil
end

Public Instance Methods

to_s() click to toggle source
# File lib/feed_tools/vendor/html5/lib/html5/treebuilders/simpletree.rb, line 117
def to_s
  "<!DOCTYPE #{name}>"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.