toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.resolved
/
ResolvedSchema
/
Resolver
Resolver
interface
Resolver
(
source
)
Members
Properties
base
Uri
Link copied to clipboard
abstract
val
baseUri
:
VAnyURI
Functions
delegate
Link copied to clipboard
abstract
fun
delegate
(
schemaLocation
:
VAnyURI
)
:
ResolvedSchema.Resolver
Create a delegate resolver for the schema
read
Schema
Link copied to clipboard
abstract
fun
readSchema
(
schemaLocation
:
VAnyURI
)
:
XSSchema
resolve
Link copied to clipboard
abstract
fun
resolve
(
relativeUri
:
VAnyURI
)
:
VAnyURI
try
Read
Schema
Link copied to clipboard
abstract
fun
tryReadSchema
(
schemaLocation
:
VAnyURI
)
:
XSSchema
?