org.apache.oodt.commons.util
Class EnterpriseEntityResolver
java.lang.Object
org.apache.oodt.commons.util.EnterpriseEntityResolver
All Implemented Interfaces: EntityResolver
public class EnterpriseEntityResolver extends Object implements EntityResolver
XML entity resolver for enterprise applications.
This resolver attempts to retrieves entities from local sources before deferring to the
default parser's entity resolver.
Author:
Kelly
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
EnterpriseEntityResolver
public EnterpriseEntityResolver ()
resolveEntity
public InputSource resolveEntity (String publicID,
String systemID)
throws SAXException ,
IOException
Specified by: resolveEntity in interface EntityResolver
Throws:
SAXException
IOException
Copyright © 1999-2012 Apache OODT . All Rights Reserved.