Uses of Interface
org.simpleframework.xml.stream.Position
-
Packages that use Position Package Description org.simpleframework.xml.stream -
-
Uses of Position in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream that implement Position Modifier and Type Class Description (package private) classInputPositionTheInputPositionobject is used to acquire the line number within the XML document.Methods in org.simpleframework.xml.stream that return Position Modifier and Type Method Description PositionInputAttribute. getPosition()This provides the position of this node within the document.PositionInputElement. getPosition()This provides the position of this node within the document.PositionInputNode. getPosition()This provides the position of this node within the document.
-