Class ASCIILocationInformation

java.lang.Object
com.dd.plist.LocationInformation
com.dd.plist.ASCIILocationInformation

public class ASCIILocationInformation extends LocationInformation
Information about the location of an NSObject within an ASCII property list file.
Author:
Daniel Dreibrodt
  • Method Details

    • getOffset

      public int getOffset()
      Gets the offset of the NSObject inside the file.
      Returns:
      The offset of the NSObject.
    • getLineNumber

      public int getLineNumber()
      Gets the line number.
      Returns:
      The line number, starting at 1.
    • getColumnNumber

      public int getColumnNumber()
      Gets the column number.
      Returns:
      The column, starting at 1.
    • getDescription

      public String getDescription()
      Description copied from class: LocationInformation
      Gets a description of the object location.
      Specified by:
      getDescription in class LocationInformation
      Returns:
      The location description.