Package net.sf.saxon.event
Class Event.StartElement
java.lang.Object
net.sf.saxon.event.Event
net.sf.saxon.event.Event.StartElement
- Enclosing class:
- Event
Event representing the start of an element (not including attributes or namespaces)
-
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
FieldsModifier and TypeFieldDescription(package private) Location(package private) NodeName(package private) int(package private) SchemaType -
Constructor Summary
ConstructorsConstructorDescriptionStartElement(NodeName name, SchemaType type, Location location, int properties) -
Method Summary
-
Field Details
-
name
NodeName name -
type
SchemaType type -
location
Location location -
properties
int properties
-
-
Constructor Details
-
StartElement
-
-
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
-