Package net.sf.saxon.event
Class Event.Namespace
java.lang.Object
net.sf.saxon.event.Event
net.sf.saxon.event.Event.Namespace
- Enclosing class:
- Event
Event representing a set of namespace bindings
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.saxon.event.Event
Event.Append, Event.Attribute, Event.Comment, Event.EndDocument, Event.EndElement, Event.Namespace, Event.ProcessingInstruction, Event.StartContent, Event.StartDocument, Event.StartElement, Event.Text -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bindings
NamespaceBindingSet bindings -
properties
int properties
-
-
Constructor Details
-
Namespace
-
-
Method Details
-
replay
Description copied from class:EventSend the event to a receiver- Specified by:
replayin classEvent- Parameters:
out- the receiver to which the event is to be sent- Throws:
XPathException- the the receiver reports an error
-