Package Summary  Overview Summary

class:ProcessingInstruction [NONE]

All Superinterfaces:
XMLEvent, XMLStreamConstants

public interface ProcessingInstruction
extends XMLEvent
An interface that describes the data found in processing instructions
Since:
1.6

method:getTarget() [NONE]

  • getTarget

    String getTarget()
    The target section of the processing instruction
    Returns:
    the String value of the PI or null
  • method:getData() [NONE]

    getData

    String getData()
    The data section of the processing instruction
    Returns:
    the String value of the PI's data or null

    © 2020 Oracle Corporation and/or its affiliates