Uses of Interface
org.simpleframework.xml.stream.EventNode
Packages that use EventNode
-
Uses of EventNode in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement EventNodeModifier and TypeClassDescriptionprivate static class
TheEnd
object is used to represent the end of an element.private static class
TheStart
object is used to represent the start of an XML element.private static class
TheText
object is used to represent a text event.(package private) class
TheEventElement
object is used to represent an event that has been extracted from the XML document.(package private) class
TheEventToken
object is used to represent an event that has been extracted from the XML document.private static class
TheEnd
object is used to represent the end of an element.private static class
TheStart
object is used to represent the start of an XML element.private static class
TheText
object is used to represent a text event.private static class
TheEnd
object is used to represent the end of an element.private static class
TheStart
object is used to represent the start of an XML element.private static class
TheText
object is used to represent a text event.Fields in org.simpleframework.xml.stream declared as EventNodeModifier and TypeFieldDescriptionprivate final EventNode
InputElement.node
This is the XML element that this node provides access to.private EventNode
DocumentReader.peek
This is used to keep track of any events that were peeked.private EventNode
PullReader.peek
This is the previous node that has been read by a peek.private EventNode
StreamReader.peek
This is used to keep track of any events that were peeked.private EventNode
InputPosition.source
This is the XML event that the position is acquired for.Methods in org.simpleframework.xml.stream that return EventNodeModifier and TypeMethodDescriptionprivate EventNode
This is used to convert the provided node in to an event.DocumentReader.next()
This is used to take the next node from the document.EventReader.next()
This is used to take the next node from the document.PullReader.next()
This is used to take the next node from the document.StreamReader.next()
This is used to take the next node from the document.DocumentReader.peek()
This is used to peek at the node from the document.EventReader.peek()
This is used to peek at the node from the document.PullReader.peek()
This is used to peek at the node from the document.StreamReader.peek()
This is used to peek at the node from the document.private EventNode
DocumentReader.read()
This is used to read the next node from the document.private EventNode
This is used to read the next node from the document.private EventNode
PullReader.read()
This is used to read the next node from the document.private EventNode
StreamReader.read()
This is used to read the next node from the document.Methods in org.simpleframework.xml.stream with parameters of type EventNodeModifier and TypeMethodDescriptionprivate void
This is used to insert all attributes belonging to the start element to the map.private boolean
This is used to determine the name of the node specified.private InputNode
This is used to convert the start element to an input node.Constructors in org.simpleframework.xml.stream with parameters of type EventNodeModifierConstructorDescriptionInputElement
(InputNode parent, NodeReader reader, EventNode node) Constructor for theInputElement
object.InputNodeMap
(InputNode source, EventNode element) Constructor for theInputNodeMap
object.InputPosition
(EventNode source) Constructor for theInputPosition
object.