NAME
Mozilla::DOM::ProcessingInstruction
Mozilla::DOM::ProcessingInstruction is a wrapper around an instance of Mozilla's nsIDOMProcessingInstruction interface. This inherits from Mozilla::DOM::Node.
* The nsIDOMProcessingInstruction interface represents a
* "processing instruction", used in XML as a way to keep processor-specific
* information in the text of the document.
*
* For more information on this interface please see
* L<http:E<sol>E<sol>www.w3.orgE<sol>TRE<sol>DOM-Level-2-CoreE<sol>>
CLASS METHODS
$iid = Mozilla::DOM::ProcessingInstruction->GetIID()
Pass this to QueryInterface.
METHODS
$data = $processinginstruction->GetData()
$str = $processinginstruction->GetTarget()
$processinginstruction->SetData($data)
$data (string)
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.