Class Event.StartContent

java.lang.Object
net.sf.saxon.event.Event
net.sf.saxon.event.Event.StartContent
Enclosing class:
Event

public static class Event.StartContent extends Event
Event representing the end of a start tag, that is, indicating that no more attributes or namespaces are expected for the current element
  • Constructor Details

    • StartContent

      public StartContent()
  • Method Details

    • 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