Class MyPatternSchema

  • All Implemented Interfaces:
    com.thaiopensource.validate.Schema

    public class MyPatternSchema
    extends com.thaiopensource.validate.rng.impl.PatternSchema
    This class is a copy of PatternSchema 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
    will be fixed.
    Author:
    Angelo ZERR
    • Constructor Summary

      Constructors 
      Constructor Description
      MyPatternSchema​(com.thaiopensource.relaxng.pattern.SchemaPatternBuilder spb, com.thaiopensource.relaxng.pattern.Pattern start, com.thaiopensource.util.PropertyMap properties)  
    • Constructor Detail

      • MyPatternSchema

        public MyPatternSchema​(com.thaiopensource.relaxng.pattern.SchemaPatternBuilder spb,
                               com.thaiopensource.relaxng.pattern.Pattern start,
                               com.thaiopensource.util.PropertyMap properties)
    • Method Detail

      • getStart

        public com.thaiopensource.relaxng.pattern.Pattern getStart()