Functions

Link copied to clipboard
@NotNull
abstract fun createInstance(@NotNull context: @NotNull XMLContext<out Any>, @NotNull element: @NotNull Element): @NotNull T
Link copied to clipboard
@NotNull
open fun emitXSDType(@NotNull generator: @NotNull XSDGenerator, @NotNull root: @NotNull Element): @NotNull Element
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAttributeNames(): @NotNull @Unmodifiable Map<String, Boolean>
Link copied to clipboard
@NotNull
abstract fun getChildCount(): @NotNull ChildCount
Link copied to clipboard
@NotNull
abstract fun getName(): @NotNull QName