Package org.jooq.meta

Schnittstelle XMLTypeDefinition

Alle Superschnittstellen:
Definition
Alle bekannten Implementierungsklassen:
DefaultXMLTypeDefinition

public interface XMLTypeDefinition extends Definition
A definition representing an XML namespace.
Autor:
Lukas Eder
  • Methodendetails

    • 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.