Package net.sf.saxon.event
Class OutputterEvent.StartContent
- java.lang.Object
- 
- net.sf.saxon.event.OutputterEvent
- 
- net.sf.saxon.event.OutputterEvent.StartContent
 
 
- 
- Enclosing class:
- OutputterEvent
 
 public static class OutputterEvent.StartContent extends OutputterEvent Event representing the start of element content
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class net.sf.saxon.event.OutputterEventOutputterEvent.Append, OutputterEvent.Attribute, OutputterEvent.Comment, OutputterEvent.EndDocument, OutputterEvent.EndElement, OutputterEvent.Namespace, OutputterEvent.ProcessingInstruction, OutputterEvent.StartContent, OutputterEvent.StartDocument, OutputterEvent.StartElement, OutputterEvent.Text
 
- 
 - 
Constructor SummaryConstructors Constructor Description StartContent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreplay(Outputter out)Send the event to a receiver
 
- 
- 
- 
Method Detail- 
replaypublic void replay(Outputter out) throws XPathException Description copied from class:OutputterEventSend the event to a receiver- Overrides:
- replayin class- OutputterEvent
- Parameters:
- out- the receiver to which the event is to be sent
- Throws:
- XPathException- the the receiver reports an error
 
 
- 
 
-