Interface SchemaReader

    • Method Detail

      • createSchema

        Schema createSchema​(org.xml.sax.InputSource source,
                            PropertyMap properties)
                     throws java.io.IOException,
                            org.xml.sax.SAXException,
                            IncorrectSchemaException
        Creates a Schema by reading it from an InputSource.
        Parameters:
        source -
        properties - a PropertyMap to control the schema creation; must not be null @return a newly created Schema, never null
        Throws:
        java.io.IOException - if an I/O error occurs
        org.xml.sax.SAXException
        IncorrectSchemaException
        See Also:
        ValidateProperty
      • getOption

        Option getOption​(java.lang.String uri)