|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdip.world.variant.parser.FastEntityResolver
Resolves Entity definitions to an empty InputSource, unless validation is enabled, in which case we actually do resolve the entities.
Not looking for entity resolutions improves startup time.
Constructor Summary | |
FastEntityResolver(boolean isValidating)
Construct a FastEntityResolver |
Method Summary | |
static void |
attach(javax.xml.parsers.DocumentBuilder db)
Attach a FastEntityResolver to a DocumentBuilder, setting validation as appropriate. |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicID,
java.lang.String systemID)
Resolve the Entity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FastEntityResolver(boolean isValidating)
Method Detail |
public static void attach(javax.xml.parsers.DocumentBuilder db)
public org.xml.sax.InputSource resolveEntity(java.lang.String publicID, java.lang.String systemID)
resolveEntity
in interface org.xml.sax.EntityResolver
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |