1 2 3 4 5
#import <DOM/CharacterData.idl> interface ProcessingInstruction : CharacterData { readonly attribute DOMString target; };