Uses of Interface
org.frankframework.validation.Schema
Package
Description
-
Uses of Schema in org.frankframework.pipes
Modifier and TypeMethodDescriptionXmlValidator.getSchemas()
XmlValidator.getSchemas
(boolean checkRootValidations) XmlValidator.getSchemas
(PipeLineSession session) -
Uses of Schema in org.frankframework.validation
Modifier and TypeMethodDescriptionSchemasProvider.getSchemas()
SchemasProvider.getSchemas
(PipeLineSession session) Modifier 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) ModifierConstructorDescriptionIntraGrammarPoolEntityResolver
(IScopeProvider scopeProvider, List<Schema> schemas) -
Uses of Schema 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.