class Loofah::XML::DocumentFragment


See Loofah::ScrubBehavior for additional methods.
Subclass of Nokogiri::XML::DocumentFragment.
:nodoc:

def parse tags


parse a fragment.
constructor. Applications should use Loofah.fragment to
Overridden Nokogiri::XML::DocumentFragment
def parse tags
  self.new(Loofah::XML::Document.new, tags)
end