DEBSOURCES
Skip Quicknav
sources / ruby-nokogiri / 1.10.0%2Bdfsg1-2 / lib / nokogiri / xml / cdata.rb
1234567891011
module Nokogiri module XML class CDATA < Nokogiri::XML::Text ### # Get the name of this CDATA node def name '#cdata-section' end end end end