- All Superinterfaces:
- EntityResolver
- All Known Implementing Classes:
- DefaultHandler2
- See Also:
- Top Examples, Source Code,
EntityResolver.resolveEntity(), EntityResolver2.resolveEntity(), XMLReader.setEntityResolver(org.xml.sax.EntityResolver)
InputSource getExternalSubset(String name,
String baseURI)
throws SAXException,
IOException- See Also:
-
resolveEntity(), startDTD()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
InputSource resolveEntity(String name,
String publicId,
String baseURI,
String systemId)
throws SAXException,
IOException- See Also:
-
ContentHandler.skippedEntity(), LexicalHandler, getExternalSubset(), EntityResolver
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples