Uses of Interface
org.jooq.meta.XMLNamespaceDefinition
Packages that use XMLNamespaceDefinition
-
Uses of XMLNamespaceDefinition in org.jooq.meta
Classes in org.jooq.meta that implement XMLNamespaceDefinitionMethods in org.jooq.meta that return XMLNamespaceDefinitionModifier and TypeMethodDescriptionDefaultXMLTypeDefinition.getNamespace()@NotNull XMLNamespaceDefinitionXMLTypeDefinition.getNamespace()Get the namespace to which this type belongs.Methods in org.jooq.meta that return types with arguments of type XMLNamespaceDefinitionModifier and TypeMethodDescriptionDefaultXMLSchemaCollectionDefinition.getNamespaces()@NotNull List<XMLNamespaceDefinition>XMLSchemaCollectionDefinition.getNamespaces()Get theXMLNamespaceDefinitioninstances belonging to this schema collection.Constructors in org.jooq.meta with parameters of type XMLNamespaceDefinitionModifierConstructorDescriptionDefaultXMLTypeDefinition(XMLNamespaceDefinition namespace, String name, int rootElementCount)