attlistdecl

attlistdecl(element_name, attributes, raw_content)
Instance Public methods

If a doctype includes an ATTLIST declaration, it will cause this method to be called. The content is the declaration itself, unparsed. EG, <!ATTLIST el attr CDATA #REQUIRED> will come to this method as âel attr CDATA #REQUIREDâ. This is the same for all of the .*decl methods.

doc_ruby_on_rails
2015-05-07 13:53:39
Comments
Leave a Comment

Please login to continue.