Package net.sf.saxon.event
Class OutputterEvent.Attribute
- java.lang.Object
-
- net.sf.saxon.event.OutputterEvent
-
- net.sf.saxon.event.OutputterEvent.Attribute
-
- Enclosing class:
- OutputterEvent
public static class OutputterEvent.Attribute extends OutputterEvent
Event representing an attribute node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.event.OutputterEvent
OutputterEvent.Append, OutputterEvent.Attribute, OutputterEvent.Comment, OutputterEvent.EndDocument, OutputterEvent.EndElement, OutputterEvent.Namespace, OutputterEvent.ProcessingInstruction, OutputterEvent.StartContent, OutputterEvent.StartDocument, OutputterEvent.StartElement, OutputterEvent.Text
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Locationlocation(package private) NodeNamename(package private) intproperties(package private) SimpleTypetype(package private) java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description Attribute(NodeName name, SimpleType type, java.lang.String value, Location location, int properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreplay(Outputter out)Send the event to a receiver
-
-
-
Field Detail
-
name
NodeName name
-
type
SimpleType type
-
value
java.lang.String value
-
location
Location location
-
properties
int properties
-
-
Constructor Detail
-
Attribute
public Attribute(NodeName name, SimpleType type, java.lang.String value, Location location, int properties)
-
-
Method Detail
-
replay
public void replay(Outputter out) throws XPathException
Description copied from class:OutputterEventSend the event to a receiver- Overrides:
replayin classOutputterEvent- Parameters:
out- the receiver to which the event is to be sent- Throws:
XPathException- the the receiver reports an error
-
-