Class: Fdlint::Parser::HTML::Tag

Inherits:
Element show all
Includes:
Matchable, Query
Defined in:
lib/fdlint/parser/html/struct.rb

Direct Known Subclasses

CommentElement, DTDElement, Document, TextElement

Constant Summary

Constants included from Query

Query::CLASS, Query::ID, Query::PROP, Query::PROP_PAIR, Query::WORD

Instance Attribute Summary

Attributes inherited from Element

#children, #close_type, #ending, #parent, #position, #props, #scopes, #tag

Method Summary

Methods included from Query

#match?, #query

Methods included from Matchable

#=~

Methods inherited from Element

#==, #[], #auto_close?, #closed?, #each, #empty?, #has_prop?, #has_scope?, #in_scope?, #initialize, #inline?, #inner_html, #inner_text, #outer_html, #prop, #prop_text, #prop_value, #self_closed?, #stylesheet_link?, #tag_name, #to_s, #top_level?

Constructor Details

This class inherits a constructor from Fdlint::Parser::HTML::Element