toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.steps.validation
/
RelaxNGSchemaReader
/
SchemaWrapper
Schema
Wrapper
class
SchemaWrapper
(
val
schema
:
Schema
,
val
start
:
Pattern
,
val
idTypeMap
:
IdTypeMap
?
)
:
Schema
(
source
)
Members
Constructors
Schema
Wrapper
Link copied to clipboard
constructor
(
schema
:
Schema
,
start
:
Pattern
,
idTypeMap
:
IdTypeMap
?
)
Properties
id
Type
Map
Link copied to clipboard
val
idTypeMap
:
IdTypeMap
?
schema
Link copied to clipboard
val
schema
:
Schema
start
Link copied to clipboard
val
start
:
Pattern
Functions
create
Validator
Link copied to clipboard
open
override
fun
createValidator
(
properties
:
PropertyMap
?
)
:
Validator
?
get
Properties
Link copied to clipboard
open
override
fun
getProperties
(
)
:
PropertyMap
?