DocumentManager
open class DocumentManager(val resolver: XMLResolver) : EntityResolver, EntityResolver2, URIResolver, ResourceResolver, ModuleURIResolver(source)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun load(href: URI, stepConfig: StepConfiguration, properties: DocumentProperties = DocumentProperties(), parameters: Map<QName, XdmValue> = mapOf()): XProcDocument
Link copied to clipboard
Link copied to clipboard
open override fun resolveEntity(name: String?, publicId: String?, baseURI: String?, systemId: String?): InputSource?
Link copied to clipboard
Link copied to clipboard