Class XmlEntityResolverImpl
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.schema.XmlEntityResolverImpl
-
- All Implemented Interfaces:
XmlEntityResolver
,LSResourceResolver
,EntityResolver
public class XmlEntityResolverImpl extends Object implements XmlEntityResolver
- Author:
- semancik TODO refactor this a bit more
-
-
Constructor Summary
Constructors Constructor Description XmlEntityResolverImpl(SchemaRegistryImpl schemaRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
LSInput
resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
InputSource
resolveResourceUsingBuiltinResolver(String type, String namespaceURI, String publicId, String systemId, String baseURI)
-
-
-
Constructor Detail
-
XmlEntityResolverImpl
public XmlEntityResolverImpl(SchemaRegistryImpl schemaRegistry)
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
resolveResource
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI)
- Specified by:
resolveResource
in interfaceLSResourceResolver
-
-