Class WstxInputLocation

    • Field Detail

      • mContext

        protected final WstxInputLocation mContext
        Enclosing (parent) input location; location from which current location is derived.
      • mPublicId

        protected final String mPublicId
      • mSystemId

        protected final String mSystemId
      • mCharOffset

        protected final long mCharOffset
      • mCol

        protected final int mCol
      • mRow

        protected final int mRow
      • mDesc

        protected transient String mDesc
    • Constructor Detail

      • WstxInputLocation

        public WstxInputLocation​(WstxInputLocation ctxt,
                                 String pubId,
                                 String sysId,
                                 long charOffset,
                                 int row,
                                 int col)
        Parameters:
        ctxt - Enclosing input location, if any
    • Method Detail

      • getCharacterOffsetLong

        public long getCharacterOffsetLong()
      • getContext

        public org.codehaus.stax2.XMLStreamLocation2 getContext()
        Specified by:
        getContext in interface org.codehaus.stax2.XMLStreamLocation2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object