public class XmlResourceResolver
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XmlResourceResolver.IgnoredResourceException |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HONOUR_ALL_SCHEMA_LOCATIONS_PROPERTY_KEY |
| Constructor and Description |
|---|
XmlResourceResolver(XmlFile _xmlFile,
Project _project,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPathByPublicId(java.lang.String baseId) |
java.lang.String[] |
getResourcePaths() |
PsiFile |
resolve(java.lang.String baseSystemId,
java.lang.String _systemId) |
XMLInputSource |
resolveEntity(XMLResourceIdentifier xmlResourceIdentifier) |
void |
setStopOnUnDeclaredResource(boolean stopOnUnDeclaredResource) |
public static final java.lang.String HONOUR_ALL_SCHEMA_LOCATIONS_PROPERTY_KEY
public XmlResourceResolver(XmlFile _xmlFile, Project _project, ErrorReporter errorReporter)
public java.lang.String getPathByPublicId(java.lang.String baseId)
public java.lang.String[] getResourcePaths()
public PsiFile resolve(java.lang.String baseSystemId, java.lang.String _systemId)
public XMLInputSource resolveEntity(XMLResourceIdentifier xmlResourceIdentifier)
throws XNIException
XNIExceptionpublic void setStopOnUnDeclaredResource(boolean stopOnUnDeclaredResource)