ProcessingInstruction.idl 94 B

123
  1. interface ProcessingInstruction : CharacterData {
  2. readonly attribute DOMString target;
  3. };