Interface ProcessingInstruction

All Superinterfaces:
CharacterData, EventTarget, Node, NonDocumentTypeChildNode
All Known Implementing Classes:
DTMNodeProxy, HTMLProcessingInstruction

public interface ProcessingInstruction extends CharacterData
A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.
  • Method Details

    • getTarget

      String getTarget()

      getTarget.

      Returns:
      a String object.