Package com.thingworx.common.utils
Class GenericEntityResolver
- java.lang.Object
-
- com.thingworx.common.utils.GenericEntityResolver
-
- All Implemented Interfaces:
org.xml.sax.EntityResolver
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class GenericEntityResolver extends java.lang.Object implements org.xml.sax.EntityResolver
-
-
Constructor Summary
Constructors Constructor Description GenericEntityResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.InputSource
resolveEntity(java.lang.String publicID, java.lang.String systemID)
-
-
-
Method Detail
-
resolveEntity
@ThingworxExtensionApiMethod(since={6,6}) public org.xml.sax.InputSource resolveEntity(java.lang.String publicID, java.lang.String systemID) throws java.io.IOException, org.xml.sax.SAXException
- Specified by:
resolveEntity
in interfaceorg.xml.sax.EntityResolver
- Throws:
java.io.IOException
- If an error occursorg.xml.sax.SAXException
- If an error occurs
-
-