com.antiaction.mayhem.core
Class ConfEntityResolver

java.lang.Object
  extended by com.antiaction.mayhem.core.ConfEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class ConfEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Is not working, systemId is file: and not the original from the xml doc..


Constructor Summary
ConfEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfEntityResolver

public ConfEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.