Class Parser

java.lang.Object
org.apache.jena.iri.impl.Parser
All Implemented Interfaces:
IRIComponents, ViolationCodes

public class Parser extends Object implements IRIComponents, ViolationCodes
  • Constructor Details

  • Method Details

    • has

      public boolean has(int f)
    • start

      public int start(int f)
    • end

      public int end(int f)
    • get

      public String get(int f)
    • devParse

      public static void devParse(String uriStr) throws IOException
      Throws:
      IOException
    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException
    • recordError

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

      public void recordError(int range, int e, Exception ex)
    • matchedRule

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

      public void matchedRule(int range, int rule, String string)