- All Superinterfaces:
Definition
- All Known Implementing Classes:
DefaultXMLNamespaceDefinition
A definition representing an XML namespace.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull XMLSchemaCollectionDefinitionTheXMLSchemaCollectionDefinitionthat contains this namespace definition.@NotNull List<XMLTypeDefinition>getTypes()Get theXMLTypeDefinitioninstances belonging to this namespace.Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Method Details
-
getSchemaCollection
TheXMLSchemaCollectionDefinitionthat contains this namespace definition. -
getTypes
Get theXMLTypeDefinitioninstances belonging to this namespace.
-