Interface SchemaReaderFactory

    • Method Detail

      • createSchemaReader

        SchemaReader createSchemaReader​(String namespaceUri)
        Creates a SchemaReader for a particular schema language.
        Parameters:
        namespaceUri - a String identifing the schema language; must not be null; for schema languages that use XML, this should be the namespace URI of the root element if the root element has a non-absent namespace URI
        Returns:
        a SchemaReader for the specified schema language, or null, if this SchemaReaderFactory cannot create a SchemaReader for the specified schema language