Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.fuzzyml |
Modifier and Type | Class and Description |
---|---|
class |
HTMLParseState
This class takes the output of the basic tag parser and converts it for
typical HTML usage.
|
class |
SingleCharacterReceiver
This interface represents a receiver for a sequence of individual characters.
|
class |
TagParseState
This class represents a basic xml/html tag parser.
|
class |
XMLEncodingDetector
This is the XML encoding detector.
|
class |
XMLFuzzyHierarchicalParseState
Class to keep track of XML hierarchy in the face of possibly corrupt
XML and with case-insensitive tags, etc.
|
class |
XMLFuzzyParseState
Class to keep track of XML hierarchy in the face of possibly corrupt
XML and with case-insensitive tags, etc.
|
class |
XMLParseState
This class takes the output of the basic tag parser and converts it for
typical XML usage.
|
Modifier and Type | Field and Description |
---|---|
protected CharacterReceiver |
DecodingByteReceiver.charReceiver |
Modifier and Type | Method and Description |
---|---|
void |
Parser.parseWithCharsetDetection(java.lang.String startingCharset,
java.io.InputStream inputStream,
CharacterReceiver characterReceiver)
Parse an input stream with character set detection.
|
void |
Parser.parseWithoutCharsetDetection(java.lang.String startingCharset,
java.io.InputStream inputStream,
CharacterReceiver characterReceiver)
Parse an input stream without character set detection.
|
Constructor and Description |
---|
DecodingByteReceiver(int chunkSize,
java.lang.String charSet,
CharacterReceiver charReceiver) |