| java.lang.Object org.jasig.portal.utils.DTDResolver
DTDResolver | public class DTDResolver implements EntityResolver(Code) | | Provides a means to resolve uPortal DTDs
author: Peter Kharchenko, pkharchenko@unicon.net author: Ken Weiner, kweiner@unicon.net author: Dave Wallace, dwallace@udel.edu modifications version: $Revision: 36727 $ |
DTDResolver | public DTDResolver()(Code) | | Constructor for DTDResolver
|
DTDResolver | public DTDResolver(String dtdName)(Code) | | Constructor for DTDResolver
Parameters: dtdName - the name of the dtd |
resolveEntity | public InputSource resolveEntity(String publicId, String systemId)(Code) | | Sets up a new input source based on the dtd specified in the xml document
Parameters: publicId - the public ID Parameters: systemId - the system ID an input source based on the dtd specified in the xml documentor null if we don't have a dtd that matches systemId or publicId |
|
|