Package com.thaiopensource.validate.auto
Class AutoSchemaReader
- java.lang.Object
-
- com.thaiopensource.validate.AbstractSchemaReader
-
- com.thaiopensource.validate.auto.AutoSchemaReader
-
- All Implemented Interfaces:
SchemaReader
public class AutoSchemaReader extends AbstractSchemaReader
-
-
Field Summary
-
Fields inherited from interface com.thaiopensource.validate.SchemaReader
BASE_URI
-
-
Constructor Summary
Constructors Constructor Description AutoSchemaReader()
AutoSchemaReader(SchemaReceiverFactory srf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schema
createSchema(javax.xml.transform.sax.SAXSource source, PropertyMap properties)
Option
getOption(java.lang.String uri)
-
Methods inherited from class com.thaiopensource.validate.AbstractSchemaReader
createSchema
-
-
-
-
Constructor Detail
-
AutoSchemaReader
public AutoSchemaReader()
-
AutoSchemaReader
public AutoSchemaReader(SchemaReceiverFactory srf)
-
-
Method Detail
-
createSchema
public Schema createSchema(javax.xml.transform.sax.SAXSource source, PropertyMap properties) throws java.io.IOException, org.xml.sax.SAXException, IncorrectSchemaException
- Throws:
java.io.IOException
org.xml.sax.SAXException
IncorrectSchemaException
-
getOption
public Option getOption(java.lang.String uri)
-
-