com.jdon.controller.config
类 DTDEntityResolver

java.lang.Object
  继承者 com.jdon.controller.config.DTDEntityResolver
所有已实现的接口:
EntityResolver

public class DTDEntityResolver
extends Object
implements EntityResolver


构造方法摘要
DTDEntityResolver()
           
 
方法摘要
 InputSource resolveEntity(String publicId, String systemId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DTDEntityResolver

public DTDEntityResolver()
方法详细信息

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
指定者:
接口 EntityResolver 中的 resolveEntity
抛出:
SAXException
IOException


Copyright © 2013. All Rights Reserved.