Class ResourceXsd
- java.lang.Object
-
- nl.nn.adapterframework.validation.XSD
-
- nl.nn.adapterframework.validation.xsd.ResourceXsd
-
-
Field Summary
-
Fields inherited from class nl.nn.adapterframework.validation.XSD
useBaseImportedSchemaLocationsToIgnore
-
-
Constructor Summary
Constructors Constructor Description ResourceXsd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareToByReferenceOrContents(XSD x)
Reader
getReader()
String
getResourceBase()
String
getSystemId()
void
initNamespace(String namespace, IScopeProvider scopeProvider, String resourceRef)
void
initNoNamespace(IScopeProvider scopeProvider, String resourceRef)
-
Methods inherited from class nl.nn.adapterframework.validation.XSD
addTargetNamespace, compareTo, compareToByContents, equals, getImportedNamespaces, getImportedNamespacesToIgnore, getImportedSchemaLocationsToIgnore, getImportParent, getNamespace, getParentLocation, getResourceTarget, getRootTags, getScopeProvider, getTargetNamespace, getXsdDefaultNamespace, getXsdsRecursive, getXsdsRecursive, getXsdTargetNamespace, hashCode, initFromXsds, isAddNamespaceToSchema, isRootXsd, isUseBaseImportedSchemaLocationsToIgnore, setAddNamespaceToSchema, setImportedNamespacesToIgnore, setImportedNamespacesToIgnore, setImportedSchemaLocationsToIgnore, setImportedSchemaLocationsToIgnore, setImportParent, setParentLocation, setResourceInternalReference, setRootXsd, setTargetNamespace, setUseBaseImportedSchemaLocationsToIgnore, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface nl.nn.adapterframework.validation.IXSD
hasDependency
-
-
-
-
Method Detail
-
initNoNamespace
public void initNoNamespace(IScopeProvider scopeProvider, String resourceRef) throws ConfigurationException
- Overrides:
initNoNamespace
in classXSD
- Throws:
ConfigurationException
-
initNamespace
public void initNamespace(String namespace, IScopeProvider scopeProvider, String resourceRef) throws ConfigurationException
- Overrides:
initNamespace
in classXSD
- Throws:
ConfigurationException
-
getReader
public Reader getReader() throws IOException
- Throws:
IOException
-
getResourceBase
public String getResourceBase()
- Specified by:
getResourceBase
in interfaceIXSD
- Overrides:
getResourceBase
in classXSD
-
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interfaceSchema
- Overrides:
getSystemId
in classXSD
-
compareToByReferenceOrContents
public int compareToByReferenceOrContents(XSD x)
- Overrides:
compareToByReferenceOrContents
in classXSD
-
-