Class LocationImpl

  • All Implemented Interfaces:
    javax.xml.stream.Location

    public class LocationImpl
    extends java.lang.Object
    implements javax.xml.stream.Location
    • Field Detail

      • lineNumber

        private final int lineNumber
      • columnNumber

        private final int columnNumber
      • characterOffset

        private final int characterOffset
      • publicId

        private final java.lang.String publicId
      • systemId

        private final java.lang.String systemId
    • Constructor Detail

      • LocationImpl

        public LocationImpl​(int lineNumber,
                            int columnNumber,
                            int characterOffset,
                            java.lang.String publicId,
                            java.lang.String systemId)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
        Specified by:
        getLineNumber in interface javax.xml.stream.Location
      • getColumnNumber

        public int getColumnNumber()
        Specified by:
        getColumnNumber in interface javax.xml.stream.Location
      • getCharacterOffset

        public int getCharacterOffset()
        Specified by:
        getCharacterOffset in interface javax.xml.stream.Location
      • getPublicId

        public java.lang.String getPublicId()
        Specified by:
        getPublicId in interface javax.xml.stream.Location
      • getSystemId

        public java.lang.String getSystemId()
        Specified by:
        getSystemId in interface javax.xml.stream.Location