Class Nokogiri::XML::ProcessingInstruction
In: lib/nokogiri/xml/processing_instruction.rb
ext/nokogiri/xml_document_fragment.c
Parent: Node

ProcessingInstruction represents a ProcessingInstruction node in an xml document.

Methods

new  

Public Class methods

Create a new ProcessingInstruction element on the document with name and content

[Validate]