From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../egovernment/moa/util/EntityResolverChain.html | 250 +++++++++++++++++++++ 1 file changed, 250 insertions(+) create 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 new file mode 100644 index 000000000..4491d7e74 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/util/EntityResolverChain.html @@ -0,0 +1,250 @@ + + + + + + +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