Class MyCompactSchemaReader
java.lang.Object
com.thaiopensource.validate.AbstractSchemaReader
org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyCompactSchemaReader
- All Implemented Interfaces:
com.thaiopensource.validate.SchemaReader
This class is a copy of
CompactSchemaReader adapted for
LemMinx. This class could be removed once issues
- https://github.com/relaxng/jing-trang/pull/273
- https://github.com/relaxng/jing-trang/issues/275
- Author:
- Angelo ZERR
-
Field Summary
Fields inherited from class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
SCHEMA_PATTERN_BUILDERFields inherited from interface com.thaiopensource.validate.SchemaReader
BASE_URI -
Method Summary
Modifier and TypeMethodDescriptionprotected com.thaiopensource.relaxng.parse.Parseable<com.thaiopensource.relaxng.pattern.Pattern,com.thaiopensource.relaxng.pattern.NameClass, Locator, com.thaiopensource.util.VoidValue, com.thaiopensource.relaxng.pattern.CommentListImpl, com.thaiopensource.relaxng.pattern.AnnotationsImpl> createParseable(SAXSource source, com.thaiopensource.resolver.xml.sax.SAXResolver saxResolver, ErrorHandler eh, com.thaiopensource.util.PropertyMap properties) static MyCompactSchemaReaderMethods inherited from class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
createSchema, getOptionMethods inherited from class com.thaiopensource.validate.AbstractSchemaReader
createSchema
-
Method Details
-
getInstance
-
createParseable
protected com.thaiopensource.relaxng.parse.Parseable<com.thaiopensource.relaxng.pattern.Pattern,com.thaiopensource.relaxng.pattern.NameClass, createParseableLocator, com.thaiopensource.util.VoidValue, com.thaiopensource.relaxng.pattern.CommentListImpl, com.thaiopensource.relaxng.pattern.AnnotationsImpl> (SAXSource source, com.thaiopensource.resolver.xml.sax.SAXResolver saxResolver, ErrorHandler eh, com.thaiopensource.util.PropertyMap properties) - Specified by:
createParseablein classMySchemaReaderImpl
-