Uses of Interface
org.frankframework.validation.IXSD
Package
Description
-
Uses of IXSD in org.frankframework.core
-
Uses of IXSD in org.frankframework.pipes
-
Uses of IXSD in org.frankframework.soap
Modifier and TypeMethodDescriptionprotected QName
WsdlGenerator.getBodyElement
(IXmlValidator xmlValidator, Set<IXSD> xsds, String type) protected QName
WsdlGenerator.getBodyElement
(IXmlValidator xmlValidator, Set<IXSD> xsds, String type, boolean outputMode) protected QName
WsdlGenerator.getHeaderElement
(IXmlValidator xmlValidator, Set<IXSD> xsds) protected QName
WsdlGenerator.getRootElement
(Set<IXSD> xsds, String root) protected QName
WsdlGenerator.getRootElement
(Set<IXSD> xsds, String root, String namespace) -
Uses of IXSD in org.frankframework.validation
Modifier and TypeMethodDescriptionAbstractXSD.getXsdsRecursive
(Set<IXSD> xsds) AbstractXSD.getXsdsRecursive
(Set<IXSD> xsds, boolean supportRedefine) SchemaUtils.groupXsdsByNamespace
(Set<IXSD> xsds, boolean sort) Group a set of XSDs by namespace.SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes
(IScopeProvider scopeProvider, Map<String, Set<IXSD>> xsdsGroupedByNamespace) Returns merged XSDs from a map of XSDs grouped by namespace.Modifier and TypeMethodDescriptionint
int
AbstractXSD.compareToByContents
(IXSD other) int
IXSD.compareToByContents
(IXSD other) protected int
AbstractXSD.compareToByReferenceOrContents
(IXSD other) void
AbstractXSD.setImportParent
(IXSD importParent) static void
SchemaUtils.writeStandaloneXsd
(IXSD xsd, XMLStreamWriter xmlStreamWriter) Write the XSD out to the XMLStreamWriter as a standalone XSD.Modifier and TypeMethodDescriptionvoid
RootValidation.check
(IConfigurationAware source, Set<IXSD> xsds) void
RootValidations.check
(IConfigurationAware source, Set<IXSD> xsds) AbstractXSD.getXsdsRecursive
(Set<IXSD> xsds) AbstractXSD.getXsdsRecursive
(Set<IXSD> xsds, boolean supportRedefine) SchemaUtils.groupXsdsByNamespace
(Set<IXSD> xsds, boolean sort) Group a set of XSDs by namespace.default boolean
IXSD.hasDependency
(Set<IXSD> xsds) void
AbstractXSD.initFromXsds
(String namespace, IScopeProvider scopeProvider, Set<IXSD> sourceXsds) static void
SchemaUtils.mergeRootXsdsGroupedByNamespaceToSchemasWithIncludes
(Map<String, Set<IXSD>> rootXsdsGroupedByNamespace, XMLStreamWriter xmlStreamWriter) SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes
(IScopeProvider scopeProvider, Map<String, Set<IXSD>> xsdsGroupedByNamespace) Returns merged XSDs from a map of XSDs grouped by namespace.static void
SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes
(IScopeProvider scopeProvider, Map<String, Set<IXSD>> xsdsGroupedByNamespace, XMLStreamWriter xmlStreamWriter) Write merged XSDs to xmlStreamWriter from a map of XSDs grouped by namespace.static void
SchemaUtils.sortByDependencies
(Set<IXSD> xsds, List<Schema> schemas) -
Uses of IXSD in org.frankframework.validation.xsd
Modifier and TypeClassDescriptionclass
XSD based on a reference to a resource on the classPath.class
XSD implementation of an internally created schema, used as result of SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes().class
Extension of ResourceXsd, where the schema is retrieved from a WSDL.Modifier and TypeMethodDescriptionint
ResourceXsd.compareToByReferenceOrContents
(IXSD other) int
WsdlXsd.compareToByReferenceOrContents
(IXSD other)