From 50c635e7fb1e7a0580e2cdc0350286002342aa91 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Thu, 23 Jun 2005 14:41:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_2_1'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_2_1@361 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../egovernment/moa/util/EntityResolverChain.html | 250 --------------------- 1 file changed, 250 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html deleted file mode 100644 index 4491d7e74..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class EntityResolverChain - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.util -
-Class EntityResolverChain

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.util.EntityResolverChain
-
-
-
All Implemented Interfaces:
org.xml.sax.EntityResolver
-
-
-
-
public class EntityResolverChain
extends Object
implements org.xml.sax.EntityResolver
- -

-Implementation of the org.xml.sax.EntityResolver, - for use by a org.apache.xerces.parsers.DOMParser. -

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
EntityResolverChain() - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- voidaddEntityResolver(org.xml.sax.EntityResolver entityResolver) - -
-          Add an EntityResolver to the chain.
- org.xml.sax.InputSourceresolveEntity(String publicId, - String systemId) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-EntityResolverChain

-
-public EntityResolverChain()
-
-
- - - - - - - - -
-Method Detail
- -

-resolveEntity

-
-public org.xml.sax.InputSource resolveEntity(String publicId,
-                                             String systemId)
-                                      throws org.xml.sax.SAXException,
-                                             IOException
-
-
-
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
-
-
-
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
-
-
-
- -

-addEntityResolver

-
-public void addEntityResolver(org.xml.sax.EntityResolver entityResolver)
-
-
Add an EntityResolver to the chain.
-
-
-
-
Parameters:
entityResolver - The EntityResolver to add.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3