src/main/java/org/apache/xmlbeans/impl/store/Jsr173.java [1708:1754]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    return _xs.getColumnNumber();
                } finally {
                    _l.exit();
                }
            }
        }

        public int getLineNumber() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getLineNumber();
                } finally {
                    _l.exit();
                }
            }
        }

        public String getLocationURI() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getLocationURI();
                } finally {
                    _l.exit();
                }
            }
        }

        public String getPublicId() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getPublicId();
                } finally {
                    _l.exit();
                }
            }
        }

        public String getSystemId() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getSystemId();
                } finally {
                    _l.exit();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/xmlbeans/impl/store/Jsr173.java [2195:2240]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return _xs.getColumnNumber();
            } finally {
                _l.exit();
            }
        }

        public int getLineNumber() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getLineNumber();
                } finally {
                    _l.exit();
                }
            }
        }

        public String getLocationURI() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getLocationURI();
                } finally {
                    _l.exit();
                }
            }
        }

        public String getPublicId() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getPublicId();
                } finally {
                    _l.exit();
                }
            }
        }

        public String getSystemId() {
            synchronized (_l) {
                _l.enter();
                try {
                    return _xs.getSystemId();
                } finally {
                    _l.exit();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



