org.xml.sax.EntityResolverpublic class AspectranDtdResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver
Created: 2008. 06. 14 AM 4:48:34
| Constructor | Description |
|---|---|
AspectranDtdResolver() |
|
AspectranDtdResolver(boolean validating) |
| Modifier and Type | Method | Description |
|---|---|---|
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId) |
Converts a public DTD into a local one.
|
public AspectranDtdResolver()
public AspectranDtdResolver(boolean validating)
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
throws org.xml.sax.SAXException
resolveEntity in interface org.xml.sax.EntityResolverpublicId - unused but required by EntityResolver interfacesystemId - the DTD that is being requestedorg.xml.sax.SAXException - if anything goes wrongCopyright © 2008–2018 The Aspectran Project. All rights reserved.