Class Event.Attribute

  • Enclosing class:
    Event

    public static class Event.Attribute
    extends Event
    Event representing an attribute node
    • Constructor Detail

      • Attribute

        public Attribute​(NodeName name,
                         SimpleType type,
                         Location location,
                         java.lang.CharSequence value,
                         int properties)
    • Method Detail

      • replay

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