public class DelegatingEntityResolver extends ObjectSE implements EntityResolverSE
BeansDtdResolver, PluggableSchemaResolver| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | DTD_SUFFIXDTD ファイルのサフィックス。 |
static StringSE | XSD_SUFFIX スキーマ定義ファイルのサフィックス。 |
| コンストラクターと説明 |
|---|
DelegatingEntityResolver(ClassLoaderSE classLoader) デフォルトの BeansDtdResolver およびデフォルトの PluggableSchemaResolver に委譲する新しい DelegatingEntityResolver を作成します。 |
DelegatingEntityResolver(EntityResolverSE dtdResolver, EntityResolverSE schemaResolver) 指定された EntityResolversSE に委譲する新しい DelegatingEntityResolver を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
InputSourceSE | resolveEntity(StringSE publicId, StringSE systemId) |
StringSE | toString() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic DelegatingEntityResolver(@Nullable ClassLoaderSE classLoader)
BeansDtdResolver およびデフォルトの PluggableSchemaResolver に委譲する新しい DelegatingEntityResolver を作成します。 提供された ClassLoaderSE を使用して PluggableSchemaResolver を構成します。
classLoader - ロードに使用する ClassLoader(null の場合もあります)、デフォルトの ClassLoader を使用します)public DelegatingEntityResolver(EntityResolverSE dtdResolver, EntityResolverSE schemaResolver)
EntityResolversSE に委譲する新しい DelegatingEntityResolver を作成します。dtdResolver - DTD を解決する EntityResolverschemaResolver - XML スキーマを解決する EntityResolver@Nullable public InputSourceSE resolveEntity(@Nullable StringSE publicId, @Nullable StringSE systemId) throws SAXExceptionSE, IOExceptionSE
EntityResolverSE の resolveEntitySE SAXExceptionSEIOExceptionSEpublic StringSE toString()
ObjectSE の toStringSE