|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.xml.LocalEntityResolver
public abstract class LocalEntityResolver
XSD resolver for local XSD's.
| Constructor Summary | |
|---|---|
LocalEntityResolver(File localEntityFolder)
Public default Constructor This constructor allows specification of a local file system folder from which Entitys can be loaded. |
|
LocalEntityResolver(String entityCPLocation)
Public Constructor. |
|
| Method Summary | |
|---|---|
static void |
clearEntityCache()
Clear the entity cache. |
String |
getDocType()
Get the document type. |
InputSource |
resolveEntity(String publicId,
String systemId)
|
void |
setDocType(String docType)
Set the document type for the resolver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalEntityResolver(String entityCPLocation)
entityCPLocation - Entity classpath location.public LocalEntityResolver(File localEntityFolder)
localEntityFolder - Local Entity folder.| Method Detail |
|---|
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
resolveEntity in interface EntityResolverSAXException
IOExceptionpublic static void clearEntityCache()
public String getDocType()
public void setDocType(String docType)
docType - Primary document type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||