Uses of Interface
org.frankframework.validation.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in org.frankframework.pipes
Methods in org.frankframework.pipes that return types with arguments of type SchemaModifier and TypeMethodDescriptionXmlValidator.getSchemas()XmlValidator.getSchemas(boolean checkRootValidations) XmlValidator.getSchemas(PipeLineSession session) -
Uses of Schema in org.frankframework.validation
Subinterfaces of Schema in org.frankframework.validationClasses in org.frankframework.validation that implement SchemaMethods in org.frankframework.validation that return types with arguments of type SchemaModifier and TypeMethodDescriptionSchemasProvider.getSchemas()SchemasProvider.getSchemas(PipeLineSession session) Method parameters in org.frankframework.validation with type arguments of type SchemaModifier and TypeMethodDescriptionprotected SchemaJavaxXmlValidator.getSchemaObject(String schemasId, List<Schema> schemas) Returns theSchemaassociated with this validator.JavaxXmlValidator.getSchemaSources(List<Schema> schemas) protected List<org.apache.xerces.xs.XSModel> JavaxXmlValidator.getXSModels(List<Schema> schemas) static voidSchemaUtils.sortByDependencies(Set<IXSD> xsds, List<Schema> schemas) Constructor parameters in org.frankframework.validation with type arguments of type SchemaModifierConstructorDescriptionIntraGrammarPoolEntityResolver(IScopeProvider scopeProvider, List<Schema> schemas) -
Uses of Schema in org.frankframework.validation.xsd
Classes in org.frankframework.validation.xsd that implement SchemaModifier 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.