Uses of Class
org.apache.manifoldcf.connectorcommon.fuzzyml.XMLParsingContext
- 
Packages that use XMLParsingContext Package Description org.apache.manifoldcf.connectorcommon.fuzzyml  - 
- 
Uses of XMLParsingContext in org.apache.manifoldcf.connectorcommon.fuzzyml
Subclasses of XMLParsingContext in org.apache.manifoldcf.connectorcommon.fuzzyml Modifier and Type Class Description classXMLFileParsingContextAn instance of this class represents a parsing context within a node.classXMLOutputStreamParsingContextAn instance of this class represents a parsing context within a node.classXMLStringParsingContextAn instance of this class represents a parsing context within a node, where the data value is to be recorded as an in-memory string.classXMLWriterParsingContextAn instance of this class represents a parsing context within a node.Fields in org.apache.manifoldcf.connectorcommon.fuzzyml declared as XMLParsingContext Modifier and Type Field Description protected XMLParsingContextXMLFuzzyHierarchicalParseState. currentContextThe current contextprotected XMLParsingContextXMLParsingContext. previousContextThe previous contextMethods in org.apache.manifoldcf.connectorcommon.fuzzyml that return XMLParsingContext Modifier and Type Method Description protected XMLParsingContextXMLParsingContext. beginTag(java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,java.lang.String> atts)This method is meant to be extended by classes that extend this class.protected XMLParsingContextXMLWriterParsingContext. beginTag(java.lang.String namespace, java.lang.String localName, java.lang.String qName, java.util.Map<java.lang.String,java.lang.String> atts)Start a child tag.XMLParsingContextXMLFuzzyHierarchicalParseState. getContext()Methods in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type XMLParsingContext Modifier and Type Method Description voidXMLFuzzyHierarchicalParseState. setContext(XMLParsingContext context) 
 -