Package net.sf.saxon.event
Class Event.StartElement
- java.lang.Object
-
- net.sf.saxon.event.Event
-
- net.sf.saxon.event.Event.StartElement
-
-
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) AttributeMap
attributes
(package private) Location
location
(package private) NodeName
name
(package private) NamespaceMap
namespaces
(package private) int
properties
(package private) SchemaType
type
-
Constructor Summary
Constructors Constructor Description StartElement(NodeName name, SchemaType type, AttributeMap attributes, NamespaceMap namespaces, Location location, int properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getProperties()
void
replay(Receiver out)
Send the event to a receivervoid
replay(Receiver out, int newProps)
-
-
-
Field Detail
-
name
NodeName name
-
type
SchemaType type
-
attributes
AttributeMap attributes
-
namespaces
NamespaceMap namespaces
-
location
Location location
-
properties
int properties
-
-
Constructor Detail
-
StartElement
public StartElement(NodeName name, SchemaType type, AttributeMap attributes, NamespaceMap namespaces, 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
-
replay
public void replay(Receiver out, int newProps) throws XPathException
- Throws:
XPathException
-
getProperties
public int getProperties()
-
-