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 classTheEndobject is used to represent the end of an element.private static classTheStartobject is used to represent the start of an XML element.private static classTheTextobject is used to represent a text event.(package private) classTheEventElementobject is used to represent an event that has been extracted from the XML document.(package private) classTheEventTokenobject is used to represent an event that has been extracted from the XML document.private static classTheEndobject is used to represent the end of an element.private static classTheStartobject is used to represent the start of an XML element.private static classTheTextobject is used to represent a text event.private static classTheEndobject is used to represent the end of an element.private static classTheStartobject is used to represent the start of an XML element.private static classTheTextobject is used to represent a text event.Fields in org.simpleframework.xml.stream declared as EventNodeModifier and TypeFieldDescriptionprivate final EventNodeInputElement.nodeThis is the XML element that this node provides access to.private EventNodeDocumentReader.peekThis is used to keep track of any events that were peeked.private EventNodePullReader.peekThis is the previous node that has been read by a peek.private EventNodeStreamReader.peekThis is used to keep track of any events that were peeked.private EventNodeInputPosition.sourceThis is the XML event that the position is acquired for.Methods in org.simpleframework.xml.stream that return EventNodeModifier and TypeMethodDescriptionprivate EventNodeThis 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 EventNodeDocumentReader.read()This is used to read the next node from the document.private EventNodeThis is used to read the next node from the document.private EventNodePullReader.read()This is used to read the next node from the document.private EventNodeStreamReader.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 voidThis is used to insert all attributes belonging to the start element to the map.private booleanThis is used to determine the name of the node specified.private InputNodeThis 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 theInputElementobject.InputNodeMap(InputNode source, EventNode element) Constructor for theInputNodeMapobject.InputPosition(EventNode source) Constructor for theInputPositionobject.