- Alle Superschnittstellen:
Definition
- Alle bekannten Implementierungsklassen:
DefaultXMLSchemaCollectionDefinition
A definition representing an
SCHEMA COLLECTION, i.e. a
collection of XSDs stored in the database.- Autor:
- Lukas Eder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@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.Von Schnittstelle geerbte Methoden org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getPartiallyQualifiedNames, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Methodendetails
-
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.
-