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 QNameWsdlGenerator.getBodyElement(IXmlValidator xmlValidator, Set<IXSD> xsds, String type) protected QNameWsdlGenerator.getBodyElement(IXmlValidator xmlValidator, Set<IXSD> xsds, String type, boolean outputMode) protected QNameWsdlGenerator.getHeaderElement(IXmlValidator xmlValidator, Set<IXSD> xsds) protected QNameWsdlGenerator.getRootElement(Set<IXSD> xsds, String root) protected QNameWsdlGenerator.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 TypeMethodDescriptionintintAbstractXSD.compareToByContents(IXSD other) intIXSD.compareToByContents(IXSD other) protected intAbstractXSD.compareToByReferenceOrContents(IXSD other) static voidSchemaUtils.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 TypeMethodDescriptionvoidRootValidation.check(HasApplicationContext source, Set<IXSD> xsds) voidRootValidations.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 booleanIXSD.hasDependency(Set<IXSD> xsds) voidAbstractXSD.initFromXsds(String namespace, IScopeProvider scopeProvider, Set<IXSD> sourceXsds) static voidSchemaUtils.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 voidSchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes(IScopeProvider scopeProvider, Map<String, Set<IXSD>> xsdsGroupedByNamespace, XMLStreamWriter xmlStreamWriter) Write merged XSDs to xmlStreamWriter from a map of XSDs grouped by namespace.static voidSchemaUtils.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 TypeClassDescriptionclassXSD based on a reference to a resource on the classPath.classXSD implementation of an internally created schema, used as result of SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes().classExtension of ResourceXsd, where the schema is retrieved from a WSDL.Methods in org.frankframework.validation.xsd with parameters of type IXSDModifier and TypeMethodDescriptionintResourceXsd.compareToByReferenceOrContents(IXSD other) intWsdlXsd.compareToByReferenceOrContents(IXSD other)