Package net.sf.saxon.event
Class Event.Attribute
java.lang.Object
net.sf.saxon.event.Event
net.sf.saxon.event.Event.Attribute
- Enclosing class:
- Event
Event representing an attribute node
-
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) SimpleType(package private) String -
Constructor Summary
ConstructorsConstructorDescriptionAttribute(NodeName name, SimpleType type, Location location, CharSequence value, int properties) -
Method Summary
-
Field Details
-
name
NodeName name -
type
SimpleType type -
location
Location location -
value
String value -
properties
int properties
-
-
Constructor Details
-
Attribute
public Attribute(NodeName name, SimpleType type, Location location, CharSequence value, int properties)
-
-
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
-