org.openjena.riot.tokens
Class TokenCheckerLib

java.lang.Object
  extended by org.openjena.riot.tokens.TokenCheckerLib

public class TokenCheckerLib
extends Object

Various algorithms


Constructor Summary
TokenCheckerLib()
           
 
Method Summary
 boolean checkPrefixedName_CURIE()
           
 boolean checkPrefixedName_Turtle()
           
 boolean checkPrefixedName_XML()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenCheckerLib

public TokenCheckerLib()
Method Detail

checkPrefixedName_CURIE

public boolean checkPrefixedName_CURIE()

checkPrefixedName_XML

public boolean checkPrefixedName_XML()

checkPrefixedName_Turtle

public boolean checkPrefixedName_Turtle()


Licenced under the Apache License, Version 2.0