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 classHTMLParseStateThis class takes the output of the basic tag parser and converts it for typical HTML usage.classSingleCharacterReceiverThis interface represents a receiver for a sequence of individual characters.classTagParseStateThis class represents a basic xml/html tag parser.classXMLEncodingDetectorThis is the XML encoding detector.classXMLFuzzyHierarchicalParseStateClass to keep track of XML hierarchy in the face of possibly corrupt XML and with case-insensitive tags, etc.classXMLFuzzyParseStateClass to keep track of XML hierarchy in the face of possibly corrupt XML and with case-insensitive tags, etc.classXMLParseStateThis 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 CharacterReceiverDecodingByteReceiver. charReceiverMethods in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type CharacterReceiver Modifier and Type Method Description voidParser. parseWithCharsetDetection(java.lang.String startingCharset, java.io.InputStream inputStream, CharacterReceiver characterReceiver)Parse an input stream with character set detection.voidParser. 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)
-