This project has retired. For details please refer to its
Attic page.
JetspeedXMLEntityResolver (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.xml
Class JetspeedXMLEntityResolver
java.lang.Object
org.apache.jetspeed.xml.JetspeedXMLEntityResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
- public class JetspeedXMLEntityResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
an entity resolver which tries to lookup DTD files
through the URL Manager.
TODO: Should be a singleton.
- Version:
- $Id: JetspeedXMLEntityResolver.java,v 1.8 2004/02/23 03:14:43 jford Exp $
- Author:
- Christian Sell, Santiago Gala
Method Summary |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetspeedXMLEntityResolver
public JetspeedXMLEntityResolver()
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
- Specified by:
resolveEntity
in interface org.xml.sax.EntityResolver
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.