lib/nokogiri/xml/processing_instruction.rb



module Nokogiri
  module XML
    class ProcessingInstruction < Node
      def initialize document, name, content
      end
    end
  end
end