FOM Reference > Application > Printers > fXMLPrinter interface
  
fXMLPrinter interface
This object represents a XML printer device.
This object inherits from fPrinter.
characterMap attribute
The name of the character map to use when writing out the XML file.
characterMap
Access
read-write
Returns
String
encoding attribute
The encoding to use when writing out the XML file. Defaults to UTF-8.
encoding
Access
read-write
Returns
String
fileFrequency attribute
Specifies how many files to create while printing. Value is one of fPrinter.PrinterFileFrequency
fileFrequency
Access
read-write
Returns
int
filename attribute
The file to print the document to.
filename
Access
read-write
Returns
String
ignoreImages attribute
If true, images will be ignored during printing.
ignoreImages
Access
read-write
Returns
boolean
ignorePassthru attribute
If true, the passthru PI will be ignored during printing.
ignorePassthru
Access
read-write
Returns
boolean
useDefaultNamespace attribute
If true, a default namespace will be used when serializing out the XML. Otherwise, the namespace will be assigned the "x3b2" prefix.
useDefaultNamespace
Access
read-write
Returns
boolean
xsltParams attribute
A file containing the XSLT transform parameters.
xsltParams
Access
read-write
Returns
String
xsltTransform attribute
An XSLT transform file to convert the final XML output.
xsltTransform
Access
read-write
Returns
String
fXMLPrinter method
Creates a new XML Printer device.
fXMLPrinter
Parameters
None
Returns
fXMLPrinter. A new object of class fXMLPrinter.
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fXMLPrinter. The object corresponding to the serialized representation.