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â
Please login to continue.