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 Schema
JavaxXmlValidator.getSchemaObject
(String schemasId, List<Schema> schemas) Returns theSchema
associated with this validator.JavaxXmlValidator.getSchemaSources
(List<Schema> schemas) protected List<org.apache.xerces.xs.XSModel>
JavaxXmlValidator.getXSModels
(List<Schema> schemas) static void
SchemaUtils.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 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.