Package org.frankframework.validation
Interface IXSD
- All Superinterfaces:
Comparable<IXSD>
,Schema
- All Known Implementing Classes:
AbstractXSD
,ResourceXsd
,StringXsd
,WsdlXsd
The representation of a XSD.
-
Method Summary
Modifier and TypeMethodDescriptionasString()
int
compareToByContents
(IXSD other) default boolean
hasDependency
(Set<IXSD> xsds) boolean
boolean
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.frankframework.validation.Schema
getReader, getSystemId
-
Method Details
-
getResourceTarget
String getResourceTarget() -
getNamespace
String getNamespace() -
getTargetNamespace
String getTargetNamespace() -
isAddNamespaceToSchema
boolean isAddNamespaceToSchema() -
getRootTags
-
getImportedNamespaces
-
asString
- Throws:
IOException
-
getImportParent
-
hasDependency
-
getImportedSchemaLocationsToIgnore
-
isUseBaseImportedSchemaLocationsToIgnore
boolean isUseBaseImportedSchemaLocationsToIgnore() -
getImportedNamespacesToIgnore
-
getParentLocation
String getParentLocation() -
getXsdDefaultNamespace
String getXsdDefaultNamespace() -
getXsdTargetNamespace
String getXsdTargetNamespace() -
getResourceBase
String getResourceBase() -
getScopeProvider
IScopeProvider getScopeProvider() -
compareToByContents
-