| 181 | |
| 182 | |
| 183 | void XMLFilterImpl::releaseInputSource(InputSource* pSource) |
| 184 | { |
| 185 | if (_pEntityResolver) |
| 186 | _pEntityResolver->releaseInputSource(pSource); |
| 187 | } |
| 188 | |
| 189 | |
| 190 | void XMLFilterImpl::notationDecl(const XMLString& name, const XMLString* publicId, const XMLString* systemId) |
no outgoing calls
no test coverage detected