Resolver

interface Resolver(source)

Properties

Link copied to clipboard
abstract val baseUri: VAnyURI

Functions

Link copied to clipboard
abstract fun delegate(schemaLocation: VAnyURI): ResolvedSchema.Resolver

Create a delegate resolver for the schema

Link copied to clipboard
abstract fun readSchema(schemaLocation: VAnyURI): XSSchema
Link copied to clipboard
abstract fun resolve(relativeUri: VAnyURI): VAnyURI
Link copied to clipboard
abstract fun tryReadSchema(schemaLocation: VAnyURI): XSSchema?