| Package | Description |
|---|---|
| arlut.csd.ganymede.server |
The Ganymede server implementation.
|
| arlut.csd.Util | |
| com.jclark.xml.output |
| Modifier and Type | Field and Description |
|---|---|
(package private) XMLWriter |
XMLDumpContext.xmlOut
The actual writer, from James Clark's XML package.
|
| Modifier and Type | Method and Description |
|---|---|
XMLWriter |
XMLDumpContext.getWriter() |
XMLWriter |
XMLDumpContext.writer() |
| Constructor and Description |
|---|
XMLDumpContext(XMLWriter xmlOut)
Constructor for use with dumping schema to XML
|
XMLDumpContext(XMLWriter xmlOut,
boolean passwords,
boolean historyInfo,
SyncRunner syncConstraints,
boolean includeOid)
Main constructor
|
XMLDumpContext(XMLWriter xmlOut,
Query query)
Constructor for use with dumping query results to XML
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLUtils.indent(XMLWriter xmlOut,
int indentLevel)
This is a helper method emitting a newline and proper
indention into an XMLWriter stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SyncXMLWriter |
class |
UTF8XMLWriter
An XMLWriter that encodes characters in UTF-8.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLWriter |
SyncXMLWriter.w |
| Constructor and Description |
|---|
SyncXMLWriter(XMLWriter w) |