Package com.uppaal.model.io2
Class UXMLResolver
- java.lang.Object
-
- com.uppaal.model.io2.UXMLResolver
-
- All Implemented Interfaces:
XMLResolver
public class UXMLResolver extends Object implements XMLResolver
Resolve resources during an XML parse
-
-
Constructor Summary
Constructors Constructor Description UXMLResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPublicID()
Get the public IDString
getSystemID()
Get the public IDObject
resolveEntity(String publicID, String systemID, String baseURI, String namespace)
-
-
-
Method Detail
-
getPublicID
public String getPublicID()
Get the public ID- Returns:
- publicID
-
getSystemID
public String getSystemID()
Get the public ID- Returns:
- systemID
-
resolveEntity
public Object resolveEntity(String publicID, String systemID, String baseURI, String namespace)
- Specified by:
resolveEntity
in interfaceXMLResolver
-
-