Uses of Class
org.apache.manifoldcf.connectorcommon.fuzzyml.TagParseState
-
Packages that use TagParseState Package Description org.apache.manifoldcf.connectorcommon.fuzzyml -
-
Uses of TagParseState in org.apache.manifoldcf.connectorcommon.fuzzyml
Subclasses of TagParseState 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.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.
-