Uses of Class
org.apache.manifoldcf.connectorcommon.fuzzyml.CharacterReceiver
-
Packages that use CharacterReceiver Package Description org.apache.manifoldcf.connectorcommon.fuzzyml -
-
Uses of CharacterReceiver in org.apache.manifoldcf.connectorcommon.fuzzyml
Subclasses of CharacterReceiver in org.apache.manifoldcf.connectorcommon.fuzzyml Modifier and Type Class 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.Fields in org.apache.manifoldcf.connectorcommon.fuzzyml declared as CharacterReceiver Modifier and Type Field Description protected CharacterReceiver
DecodingByteReceiver. charReceiver
Methods in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type CharacterReceiver Modifier and Type Method 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.Constructors in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type CharacterReceiver Constructor Description DecodingByteReceiver(int chunkSize, java.lang.String charSet, CharacterReceiver charReceiver)
-