Package org.jooq.meta

Interface XMLTypeDefinition

All Superinterfaces:
Definition
All Known Implementing Classes:
DefaultXMLTypeDefinition

public interface XMLTypeDefinition extends Definition
A definition representing an XML namespace.
Author:
Lukas Eder
  • Method Details

    • getNamespace

      @NotNull @NotNull XMLNamespaceDefinition getNamespace()
      Get the namespace to which this type belongs.
    • isRootElementType

      boolean isRootElementType()
      Whether this type can be used as a root element.
    • getRootElementCount

      int getRootElementCount()
      Get the number of root elements this type is available from.