Event.Append, Event.Comment, Event.EndDocument, Event.EndElement, Event.ProcessingInstruction, Event.StartDocument, Event.StartElement, Event.Text| Constructor and Description |
|---|
StartElement(NodeName name,
SchemaType type,
AttributeMap attributes,
NamespaceMap namespaces,
Location location,
int properties) |
| Modifier and Type | Method and Description |
|---|---|
int |
getProperties() |
void |
replay(Receiver out)
Send the event to a receiver
|
void |
replay(Receiver out,
int newProps) |
public StartElement(NodeName name, SchemaType type, AttributeMap attributes, NamespaceMap namespaces, Location location, int properties)
public void replay(Receiver out) throws XPathException
Eventreplay in class Eventout - the receiver to which the event is to be sentXPathException - the the receiver reports an errorpublic void replay(Receiver out, int newProps) throws XPathException
XPathExceptionpublic int getProperties()
Copyright (c) 2004-2020 Saxonica Limited.