Package | Description |
---|---|
org.egothor.html |
This package contains a specific implementation of core objects
for HTML with "home" and "content" support.
|
org.egothor.parser.plain |
This package defines JavaCC parser for a plain text.
|
org.egothor.text |
This package contains support of some textual routines/processes.
|
Modifier and Type | Method and Description |
---|---|
CharStream |
HTMLParser.getReader(Reader i,
String baseURL,
EventEncoder encoder)
Return a StringReader that will use the given input stream and read
from the given URL.
|
Modifier and Type | Method and Description |
---|---|
void |
Simple.ReInit(CharStream stream) |
void |
SimpleTokenManager.ReInit(CharStream stream) |
void |
SimpleTokenManager.ReInit(CharStream stream,
int lexState) |
void |
Plain.reset(CharStream reader)
Reset the parser using the given Reader.
|
Constructor and Description |
---|
Plain(CharStream reader)
Construct a Plain object using the given Reader.
|
Simple(CharStream stream) |
SimpleTokenManager(CharStream stream) |
SimpleTokenManager(CharStream stream,
int lexState) |
Modifier and Type | Class and Description |
---|---|
class |
CharStreamBuffer |
Modifier and Type | Method and Description |
---|---|
CharStream |
StringWithWeights.open() |
Copyright © 2016 Egothor. All Rights Reserved.