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 class
XMLFileContext
An instance of this class represents a parsing context within a node.class
XMLOutputStreamContext
An instance of this class represents a parsing context within a node.class
XMLStringContext
An instance of this class represents a parsing context within a node, where the data value is to be recorded as an in-memory string.class
XMLWriterContext
An 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 XMLContext
XMLStream. currentContext
The current contextprotected XMLContext
XMLContext. previousContext
The previous contextMethods in org.apache.manifoldcf.agents.common that return XMLContext Modifier and Type Method Description protected XMLContext
XMLContext. 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 XMLContext
XMLWriterContext. beginTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)
Start a child tag.XMLContext
XMLStream. getContext()
Methods in org.apache.manifoldcf.agents.common with parameters of type XMLContext Modifier and Type Method Description void
XMLStream. setContext(XMLContext context)
-