Package net.sf.saxon.event
Class Event.ProcessingInstruction
- java.lang.Object
-
- net.sf.saxon.event.Event
-
- net.sf.saxon.event.Event.ProcessingInstruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.event.Event
Event.Append, Event.Comment, Event.EndDocument, Event.EndElement, Event.ProcessingInstruction, Event.StartDocument, Event.StartElement, Event.Text
-
-
Field Summary
Fields Modifier and Type Field Description (package private) UnicodeString
content
(package private) Location
location
(package private) int
properties
(package private) String
target
-
Constructor Summary
Constructors Constructor Description ProcessingInstruction(String target, UnicodeString content, Location location, int properties)
-
-
-
Field Detail
-
target
String target
-
content
UnicodeString content
-
location
Location location
-
properties
int properties
-
-
Constructor Detail
-
ProcessingInstruction
public ProcessingInstruction(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 classEvent
- Parameters:
out
- the receiver to which the event is to be sent- Throws:
XPathException
- the the receiver reports an error
-
-