Uses of Class
org.apache.manifoldcf.agents.common.XMLStream
-
Packages that use XMLStream Package Description org.apache.manifoldcf.agents.common -
-
Uses of XMLStream in org.apache.manifoldcf.agents.common
Fields in org.apache.manifoldcf.agents.common declared as XMLStream Modifier and Type Field Description protected XMLStream
XMLContext. theStream
The stream we belong toConstructors in org.apache.manifoldcf.agents.common with parameters of type XMLStream Constructor Description XMLContext(XMLStream theStream)
Root constructor.XMLContext(XMLStream theStream, java.lang.String namespaceURI, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes theseAttributes)
Full constructor.XMLFileContext(XMLStream theStream, java.lang.String namespaceURI, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes theseAttributes, java.io.File f)
Full constructor.XMLOutputStreamContext(XMLStream theStream, java.lang.String namespaceURI, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes theseAttributes, java.io.OutputStream os)
Full constructor.XMLStringContext(XMLStream theStream, java.lang.String namespaceURI, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes theseAttributes)
Full constructor.XMLWriterContext(XMLStream theStream, java.lang.String namespaceURI, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes theseAttributes, java.io.Writer writer)
Full constructor.
-