Class SchemaResolver

    • Method Detail

      • resolveResource

        public LSInput resolveResource​(String type,
                                       String namespaceURI,
                                       String publicId,
                                       String systemId,
                                       String baseURI)
        Resolves known namespace locations to their appropriate jar resource
        Specified by:
        resolveResource in interface LSResourceResolver
        Parameters:
        type - Not used by function.
        namespaceURI - Not used by function.
        publicId - Not used by function.
        systemId - The schema location that will be used to choose the resource to return.
        baseURI - Not used by function.
        Returns:
        The requested resource.