10.2.1

Table Of Contents
Session in which the request
should be executed. This value
String
sessionId
may be null. If a session ID is
provided, the document is kept
open. If no session ID is provided,
the request is executed normally,
as if processRequest had been
called.
Saves all open documents in the session. The documents are saved one by
one. If error occurs while saving a document, an error is returned
saveAllDocs
immediately and the rest of the documents remain unsaved. If a document
is marked dirty, an error is returned (a document is marked dirty when the
server that opened the document has become inactive; in such a case, the
document must be closed and opened again).
DescriptionTypeParameter
Relative path where open
documents should be saved. If this
String
relativePath
value is provided, copies of open
documents with changes made so
far are saved in the new location.
The open documents are not saved
but have all of the changes made
so far.
Session in which the document
exists.
String
sessionId
Saves the open document. If a document is marked dirty, an error is
returned (a document is marked dirty when the server that opened the
saveDoc
document has become inactive; in such a case, the document must be
closed and opened again).
DescriptionTypeParameter
Document to be saved. Must be
the same name that was used
String
docName
when opening or creating the
document.
New name of the document. If
null, the document is saved with
the old name.
String
newName
Relative path where the document
should be saved. The relative path
String
relativePath
can also contain the new name of
the document. If this is provided,
a copy of the open document with
changes made so far is saved in the
new location. The open document
is not saved but has all of the
changes made so far.
Session in which the document
exists.
String
sessionId
Lets you create a DOM of a particular layout or portion of a layout.
getXPressDOMEx
Creates an XML string out of the DOM.
getXMLFromXPressDOM
46 | A GUIDE TO QUARKXPRESS SERVER 10.2.1
USING QUARKXPRESS SERVER