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) class
InputPosition
TheInputPosition
object 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 Position
InputAttribute. getPosition()
This provides the position of this node within the document.Position
InputElement. getPosition()
This provides the position of this node within the document.Position
InputNode. getPosition()
This provides the position of this node within the document.
-