Uses of Class
org.apache.manifoldcf.agents.common.XMLContext
-
Packages that use XMLContext Package Description org.apache.manifoldcf.agents.common -
-
Uses of XMLContext in org.apache.manifoldcf.agents.common
Subclasses of XMLContext in org.apache.manifoldcf.agents.common Modifier and Type Class Description classXMLFileContextAn instance of this class represents a parsing context within a node.classXMLOutputStreamContextAn instance of this class represents a parsing context within a node.classXMLStringContextAn instance of this class represents a parsing context within a node, where the data value is to be recorded as an in-memory string.classXMLWriterContextAn instance of this class represents a parsing context within a node.Fields in org.apache.manifoldcf.agents.common declared as XMLContext Modifier and Type Field Description protected XMLContextXMLStream. currentContextThe current contextprotected XMLContextXMLContext. previousContextThe previous contextMethods in org.apache.manifoldcf.agents.common that return XMLContext Modifier and Type Method Description protected XMLContextXMLContext. beginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)This method is meant to be extended by classes that extend this class.protected XMLContextXMLWriterContext. beginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)Start a child tag.XMLContextXMLStream. getContext()Methods in org.apache.manifoldcf.agents.common with parameters of type XMLContext Modifier and Type Method Description voidXMLStream. setContext(XMLContext context)
-