Class OfflineContentHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class OfflineContentHandler extends ContentHandlerDecorator
Content handler decorator that always returns an empty stream from the resolveEntity(String, String) method to prevent potential network or other external resources from being accessed by an XML parser.
See Also: