net
.
sansa_stack
.
rdf
.
common
.
io
.
riot
.
tokens
TokenizerTextForgiving
Related Doc:
package tokens
final
class
TokenizerTextForgiving
extends
Tokenizer
Linear Supertypes
Tokenizer
,
Closeable
,
Iterator
[
Token
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
TokenizerTextForgiving
Tokenizer
Closeable
Iterator
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
TokenizerTextForgiving
(
reader:
PeekReader
,
lineMode:
Boolean
)
new
TokenizerTextForgiving
(
reader:
PeekReader
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
a2z
(
sb2:
StringBuilder
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
a2zN
(
sb2:
StringBuilder
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
checkBlankNode
(
blankNodeLabel:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkControl
(
code:
Int
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkDirective
(
cntrlCode:
Int
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkKeyword
(
tokenImage:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkLiteralDT
(
lexicalForm:
String
,
datatype:
Token
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkLiteralLang
(
lexicalForm:
String
,
langTag:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkNumber
(
image:
String
,
datatype:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkPrefixedName
(
tokenImage:
String
,
tokenImage2:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkString
(
string:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkURI
(
uriStr:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
checkVariable
(
tokenImage:
String
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
TokenizerTextForgiving
→ Closeable
final
def
eof
()
:
Boolean
Definition Classes
TokenizerTextForgiving
→ Tokenizer
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
error
(
message:
String
,
args:
<repeated...>
[
AnyRef
]
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
expect
(
str:
String
)
:
Boolean
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
exponent
(
sb:
StringBuilder
)
:
Boolean
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forEachRemaining
(
arg0:
Consumer
[_ >:
Token
]
)
:
Unit
Definition Classes
Iterator
def
getChecker
()
:
TokenChecker
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getColumn
()
:
Long
Definition Classes
TokenizerTextForgiving
→ Tokenizer
def
getErrorHandler
()
:
ErrorHandler
def
getLine
()
:
Long
Definition Classes
TokenizerTextForgiving
→ Tokenizer
final
def
hasNext
()
:
Boolean
Definition Classes
TokenizerTextForgiving
→ Tokenizer → Iterator
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
insertCodepoint
(
buffer:
StringBuilder
,
ch:
Int
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
langTag
()
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
next
()
:
Token
Definition Classes
TokenizerTextForgiving
→ Tokenizer → Iterator
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
parseToken
()
:
Token
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
peek
()
:
Token
Definition Classes
TokenizerTextForgiving
→ Tokenizer
def
processPLX
(
ch:
Int
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readBlankNodeLabel
()
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readCharEscape
()
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readCharsAnd
(
leadingDigitAllowed:
Boolean
,
leadingSignAllowed:
Boolean
,
extraChars:
Array
[
Char
]
,
allowFinalDot:
Boolean
)
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readDigits
(
buffer:
StringBuilder
)
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readHex
(
reader:
PeekReader
,
sb:
StringBuilder
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readHexChar
()
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readHexSequence
(
N:
Int
)
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readIRI
()
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readLiteralEscape
()
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readLocalPart
()
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readLongString
(
quoteChar:
Int
,
endNL:
Boolean
)
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readNumber
()
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readPossibleSign
(
sb:
StringBuilder
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readPrefixPart
()
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readPrefixedNameOrKeyword
(
token:
Token
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readSegment
(
isLocalPart:
Boolean
)
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readString
(
startCh:
Int
,
endCh:
Int
)
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readUnicode4Escape
()
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readUnicode8Escape
()
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
final
def
readUnicodeEscape
()
:
Int
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readVarName
()
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readWord
(
leadingDigitAllowed:
Boolean
)
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
readWordSub
(
leadingDigitAllowed:
Boolean
,
leadingSignAllowed:
Boolean
)
:
String
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
remove
()
:
Unit
Definition Classes
TokenizerTextForgiving
→ Iterator
def
setChecker
(
checker:
TokenChecker
)
:
Unit
def
setErrorHandler
(
handler:
ErrorHandler
)
:
Unit
def
skip
()
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
skipLine
()
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
threeQuotes
(
ch:
Int
)
:
Boolean
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
warning
(
message:
String
,
args:
<repeated...>
[
AnyRef
]
)
:
Unit
Attributes
protected[
net.sansa_stack.rdf.common.io.riot.tokens
]
Inherited from
Tokenizer
Inherited from
Closeable
Inherited from
Iterator
[
Token
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped