InputStream
class InputStream extends StringInputStream
InputStream
Constants
TENTATIVE |
Versuchsweises Encoding |
CERTAIN |
sicheres Encoding |
IRRELEVANT |
irrelevantes Encoding |
Properties
protected char | $currentInputCharacter | ||
protected string | $confidence |
Methods
__construct(InputStream $stream)
Neue Instanz
string
preprocessing(string $data)
Vorbereiten des Input-Streams
char
getCurrentInputCharacter()
Aktuelles Zeichen
char
getNextInputCharacter()
Nächstes Zeichen aus dem Stream lesen und in current speichern.
Details
at line 69
__construct(InputStream $stream)
Neue Instanz
at line 89
protected string
preprocessing(string $data)
Vorbereiten des Input-Streams
Implementierung von 8.2.2.5 Preprocessing the input stream der HTML-Spezifikation.
at line 105
char
getCurrentInputCharacter()
Aktuelles Zeichen
at line 115
char
getNextInputCharacter()
Nächstes Zeichen aus dem Stream lesen und in current speichern.