Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 1fce4ef419c004933c122e6231d6200b > files > 162

xml-commons-apis-manual-1.4.01-18.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!--[ ProcessingInstruction object description ]-->
<!-- $Date: 2001-06-01 14:15:37 +0300 (Fri, 01 Jun 2001) $ $Revision: 225913 $ -->
<interface name="ProcessingInstruction" inherits="Node" id="ID-1004215813">
  <descr><p>The <code>ProcessingInstruction</code> interface
      represents a  &quot;processing instruction&quot;, used in XML
      as a way to keep processor-specific information in the text of the
      document.</p></descr>
  <attribute readonly="yes" type="DOMString" name="target" id="ID-1478689192">
    <descr><p>The target of this processing instruction. XML defines this as
	being the first <termref def="dt-token">token</termref> following the 
        markup that begins the processing instruction.</p></descr>
  </attribute>
  <attribute type="DOMString" name="data" id="ID-837822393">
    <descr><p>The content of this processing instruction. This
	is from the first non white space character after the target
	to the character immediately preceding the <code>?&gt;</code>.</p>
    </descr>
    <setraises>
      <exception name="DOMException">
	<descr><p>NO_MODIFICATION_ALLOWED_ERR: Raised when the node is
	    readonly.</p></descr>
      </exception>
    </setraises>
  </attribute>
</interface>