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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AttributeMap
(package private) Location
(package private) NodeName
(package private) NamespaceMap
(package private) int
(package private) SchemaType
-
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
-
Field Details
-
name
NodeName name -
type
SchemaType type -
attributes
AttributeMap attributes -
namespaces
NamespaceMap namespaces -
location
Location location -
properties
int properties
-
-
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()
-