()
| 71 | } |
| 72 | |
| 73 | @Override |
| 74 | public InputSource inputSource() { |
| 75 | final InputSource is = new InputSource(inputStream()); |
| 76 | is.setSystemId(pth); |
| 77 | return is; |
| 78 | } |
| 79 | |
| 80 | @Override |
| 81 | public StreamSource streamSource() { |
nothing calls this directly
no test coverage detected