com.ibm.portal.resolver.xml
Interface ResolverContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, ResettableContentHandler, javax.xml.transform.URIResolver, URLResolver

public interface ResolverContentHandler
extends ResettableContentHandler, URLResolver

Content handler filter that dispatches to a target content handler and that can use the context of the events floating over it to perform context sensitive URL resolution. One of the main usecases for this pattern is the implementation of a handler that correctly handles the xml:base tag

Since:
6.0.1

Method Summary
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface com.ibm.portal.resolver.xml.URLResolver
getBaseURL, resolve, setBaseURL
 
Methods inherited from interface javax.xml.transform.URIResolver
resolve