Package | Description |
---|---|
org.apache.manifoldcf.agents.common |
Modifier and Type | Field and Description |
---|---|
protected XMLStream |
XMLContext.theStream
The stream we belong to
|
Constructor and Description |
---|
XMLContext(XMLStream theStream)
Root constructor.
|
XMLContext(XMLStream theStream,
String namespaceURI,
String localname,
String qname,
Attributes theseAttributes)
Full constructor.
|
XMLFileContext(XMLStream theStream,
String namespaceURI,
String localname,
String qname,
Attributes theseAttributes,
File f)
Full constructor.
|
XMLOutputStreamContext(XMLStream theStream,
String namespaceURI,
String localname,
String qname,
Attributes theseAttributes,
OutputStream os)
Full constructor.
|
XMLStringContext(XMLStream theStream,
String namespaceURI,
String localname,
String qname,
Attributes theseAttributes)
Full constructor.
|
XMLWriterContext(XMLStream theStream,
String namespaceURI,
String localname,
String qname,
Attributes theseAttributes,
Writer writer)
Full constructor.
|