interface ProcessingInstruction
implements CharacterData
import { type ProcessingInstruction } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.