Functions
Link copied to clipboard
fun newInstance(stepConfig: StepConfiguration, href: URI?, typens: NamespaceUri, version: String?, attr: Map<QName, String?> = emptyMap()): XvrlSchema
fun newInstance(stepConfig: StepConfiguration, href: URI?, typens: NamespaceUri, version: String?, content: String, attr: Map<QName, String?> = emptyMap()): XvrlSchema
fun newInstance(stepConfig: StepConfiguration, href: URI?, typens: NamespaceUri, version: String?, content: List<XdmNode>, attr: Map<QName, String?> = emptyMap()): XvrlSchema
fun newInstance(stepConfig: StepConfiguration, href: URI?, typens: NamespaceUri, version: String?, content: XdmNode, attr: Map<QName, String?> = emptyMap()): XvrlSchema