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
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
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, String value, Location location, int properties) -
Method Summary
-
Field Details
-
name
NodeName name -
type
SimpleType type -
value
String value -
location
Location location -
properties
int properties
-
-
Constructor Details
-
Attribute
-
-
Method Details
-
replay
Description copied from class:OutputterEvent
Send the event to a receiver- Overrides:
replay
in classOutputterEvent
- Parameters:
out
- the receiver to which the event is to be sent- Throws:
XPathException
- the the receiver reports an error
-