Uses of Interface
org.frankframework.validation.IXSD
Packages that use IXSD
Package
Description
-
Uses of IXSD in org.frankframework.core
Methods in org.frankframework.core that return types with arguments of type IXSD -
Uses of IXSD in org.frankframework.pipes
Methods in org.frankframework.pipes that return types with arguments of type IXSD -
Uses of IXSD in org.frankframework.soap
Methods in org.frankframework.soap that return types with arguments of type IXSDMethod parameters in org.frankframework.soap with type arguments of type IXSDModifier 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
Classes in org.frankframework.validation that implement IXSDMethods in org.frankframework.validation that return IXSDMethods in org.frankframework.validation that return types with arguments of type IXSDModifier 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.Methods in org.frankframework.validation with parameters of type IXSDModifier 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.Method parameters in org.frankframework.validation with type arguments of type IXSDModifier and TypeMethodDescriptionvoid
RootValidation.check
(HasApplicationContext source, Set<IXSD> xsds) void
RootValidations.check
(HasApplicationContext 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
Classes in org.frankframework.validation.xsd that implement IXSDModifier 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.Methods in org.frankframework.validation.xsd with parameters of type IXSDModifier and TypeMethodDescriptionint
ResourceXsd.compareToByReferenceOrContents
(IXSD other) int
WsdlXsd.compareToByReferenceOrContents
(IXSD other)