|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.parser.LySimpleEntityResolver
public class LySimpleEntityResolver
This class implements a simple entity resolver. It does not return any entity but register the system id for leon.dtd.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LySimpleEntityResolver()
Default constructor. |
|
LySimpleEntityResolver(LyEnvironment environment)
Default constructor with an environment. |
Method Summary | |
---|---|
org.xml.sax.InputSource |
getInputSource(java.lang.String systemId)
Gets an inputsource from a specified URL. |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Allows the application to resolve external entities. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LySimpleEntityResolver()
this(null)
public LySimpleEntityResolver(LyEnvironment environment)
environment
- the resolver environmentMethod Detail |
---|
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
resolveEntity
in interface org.xml.sax.EntityResolver
publicId
- the public identifier of the external entity being referenced, or null if
none was suppliedsystemId
- the system identifier of the external entity being referencedpublic org.xml.sax.InputSource getInputSource(java.lang.String systemId)
systemId
- identifier of the entity
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |