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 (including attributes or namespaces)
-
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
-
Constructor Summary
ConstructorsConstructorDescriptionStartElement
(NodeName name, SchemaType type, AttributeMap attributes, NamespaceMap namespaces, Location location, int properties) -
Method Summary
Modifier and TypeMethodDescriptionint
void
Send the event to a receivervoid
-
Constructor Details
-
StartElement
public StartElement(NodeName name, SchemaType type, AttributeMap attributes, NamespaceMap namespaces, Location location, int properties)
-
-
Method Details
-
replay
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
- if the receiver reports an error
-
replay
- Throws:
XPathException
-
getProperties
public int getProperties()
-