- All Superinterfaces:
Definition
- All Known Implementing Classes:
DefaultXMLSchemaCollectionDefinition
A definition representing an
SCHEMA COLLECTION, i.e. a
collection of XSDs stored in the database.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<XMLNamespaceDefinition> Get theXMLNamespaceDefinitioninstances belonging to this schema collection.Get a list of types that have been declared as potential root elements in the XSDs.Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getPartiallyQualifiedNames, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Method Details
-
getNamespaces
Get theXMLNamespaceDefinitioninstances belonging to this schema collection. -
getRootElementTypes
List<XMLTypeDefinition> getRootElementTypes()Get a list of types that have been declared as potential root elements in the XSDs.
-