doctype

doctype(name, pub_sys, long_name, uri)
Instance Public methods

Handles a doctype declaration. Any attributes of the doctype which are not supplied will be nil. # EG, <!DOCTYPE me PUBLIC âfooâ âbarâ> @p name the name of the doctype; EG, âmeâ @p pub_sys âPUBLICâ, âSYSTEMâ, or nil. EG, âPUBLICâ @p long_name the supplied long name, or nil. EG, âfooâ @p uri the uri of the doctype, or nil. EG, âbarâ

doc_ruby_on_rails
2015-05-07 11:37:49
Comments
Leave a Comment

Please login to continue.