public interface TokenChecker
Modifier and Type | Method and Description |
---|---|
void |
checkBlankNode(String blankNodeLabel) |
void |
checkControl(int code) |
void |
checkDirective(int cntrlCode) |
void |
checkKeyword(String lexical) |
void |
checkLiteralDT(String lexicalForm,
Token datatype) |
void |
checkLiteralLang(String lexicalForm,
String langTag) |
void |
checkNumber(String lexical,
String datatypeURI) |
void |
checkPrefixedName(String prefixName,
String localName) |
void |
checkString(String string) |
void |
checkURI(String uriStr) |
void |
checkVariable(String tokenImage) |
void checkBlankNode(String blankNodeLabel)
void checkString(String string)
void checkURI(String uriStr)
void checkVariable(String tokenImage)
void checkDirective(int cntrlCode)
void checkKeyword(String lexical)
void checkControl(int code)
Licenced under the Apache License, Version 2.0