Class Event.ProcessingInstruction

  • Enclosing class:
    Event

    public static class Event.ProcessingInstruction
    extends Event
    Event representing a processing instruction node
    • Constructor Detail

      • ProcessingInstruction

        public ProcessingInstruction​(java.lang.String target,
                                     UnicodeString content,
                                     Location location,
                                     int properties)
    • Method Detail

      • replay

        public void replay​(Receiver out)
                    throws XPathException
        Description copied from class: Event
        Send the event to a receiver
        Overrides:
        replay in class Event
        Parameters:
        out - the receiver to which the event is to be sent
        Throws:
        XPathException - the the receiver reports an error