Interface ProcessingInstruction

  • All Superinterfaces:
    XMLEvent

    public interface ProcessingInstruction
    extends XMLEvent
    A marker interface for processing instructions
    Since:
    Weblogic XML Input Stream 1.0
    See Also:
    XMLEvent
    • Method Detail

      • getTarget

        java.lang.String getTarget()
      • getData

        java.lang.String getData()