com.jaxfront.core.dom
Interface IJAXFrontEntityResolver


public interface IJAXFrontEntityResolver


Method Summary
 org.apache.xerces.xni.parser.XMLInputSource resolveDBEntity(org.apache.xerces.xni.XMLResourceIdentifier ri)
           
 org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier ri)
           
 org.apache.xerces.xni.parser.XMLInputSource resolveURLEntity(org.apache.xerces.xni.XMLResourceIdentifier ri)
           
 void setLookupClassLoader(boolean lookupClassLoader)
           
 

Method Detail

resolveDBEntity

org.apache.xerces.xni.parser.XMLInputSource resolveDBEntity(org.apache.xerces.xni.XMLResourceIdentifier ri)
                                                            throws org.apache.xerces.xni.XNIException,
                                                                   java.io.IOException
Throws:
org.apache.xerces.xni.XNIException
java.io.IOException

resolveEntity

org.apache.xerces.xni.parser.XMLInputSource resolveEntity(org.apache.xerces.xni.XMLResourceIdentifier ri)
                                                          throws org.apache.xerces.xni.XNIException,
                                                                 java.io.IOException
Throws:
org.apache.xerces.xni.XNIException
java.io.IOException

resolveURLEntity

org.apache.xerces.xni.parser.XMLInputSource resolveURLEntity(org.apache.xerces.xni.XMLResourceIdentifier ri)
                                                             throws org.apache.xerces.xni.XNIException,
                                                                    java.io.IOException
Throws:
org.apache.xerces.xni.XNIException
java.io.IOException

setLookupClassLoader

void setLookupClassLoader(boolean lookupClassLoader)