wt.dataops.util.xml
Class XMLHelper.ObjectColDTDResolver
java.lang.Object
org.xml.sax.helpers.DefaultHandler
wt.dataops.util.xml.XMLHelper.ObjectColDTDResolver
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Direct Known Subclasses:
- XMLHelper.DictionaryDTDResolver
- Enclosing class:
- XMLHelper
- protected static class XMLHelper.ObjectColDTDResolver
- extends DefaultHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dtdCache
protected static Map dtdCache
XMLHelper.ObjectColDTDResolver
protected XMLHelper.ObjectColDTDResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException
- Throws:
SAXException
createInputSourceForDTD
protected String createInputSourceForDTD(String systemId)
getDefaultFile
public File getDefaultFile(String systemId)
getFileContentsAsString
protected String getFileContentsAsString(File file)
throws IOException
- Throws:
IOException