Class Parser

    • Constructor Detail

      • Parser

        public Parser​(java.lang.String uri,
                      IRIImpl iri)
    • Method Detail

      • has

        public boolean has​(int f)
      • start

        public int start​(int f)
      • end

        public int end​(int f)
      • get

        public java.lang.String get​(int f)
      • devParse

        public static void devParse​(java.lang.String uriStr)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • recordError

        public void recordError​(int range,
                                int e)
      • recordError

        public void recordError​(int range,
                                int e,
                                java.lang.Exception ex)
      • matchedRule

        public void matchedRule​(int range,
                                int rule)
      • matchedRule

        public void matchedRule​(int range,
                                int rule,
                                java.lang.String string)