|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputOptions | |
org.enhydra.xml.io |
org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
org.enhydra.xml.xmlc.servlet |
Uses of OutputOptions in org.enhydra.xml.io |
Fields in org.enhydra.xml.io declared as OutputOptions | |
protected OutputOptions |
BaseDOMFormatter.fOptions
The output options. |
Methods in org.enhydra.xml.io that return OutputOptions | |
(package private) static OutputOptions |
HTMLFormatter.getDefaultOutputOptions()
Get the default OutputOptions for a document formatter with this formatter. |
OutputOptions |
DOMFormatter.getOutputOptions()
Get the output options. |
static OutputOptions |
DOMFormatter.getDefaultOutputOptions(Document doc)
Get the default OutputOptions for a document. |
OutputOptions |
PreFormattedTextDocument.getPreFormatOutputOptions()
Get the OutputOption that were used to format the document. |
(package private) static OutputOptions |
XMLFormatter.getDefaultOutputOptions()
Get the default OutputOptions for a document formatter with this formatter. |
Methods in org.enhydra.xml.io with parameters of type OutputOptions | |
void |
DOMFormatter.setOutputOptions(OutputOptions outputOptions)
Set the output options. |
static Formatter |
DOMFormatter.getFormatter(Node node,
OutputOptions outputOptions,
boolean forPreFormatting)
|
Constructors in org.enhydra.xml.io with parameters of type OutputOptions | |
BaseDOMFormatter(Node node,
OutputOptions outputOptions,
boolean forPreFormatting,
String defaultEncoding,
boolean[] entityQuickCheck)
Constructor. |
|
OutputOptions(OutputOptions src)
Copy constructor. |
|
HTMLFormatter(Node node,
OutputOptions outputOptions,
boolean forPreFormatting)
Constructor. |
|
DOMFormatter(OutputOptions outputOptions)
Construct a new XML formatter with the specified output options. |
|
XMLFormatter(Node node,
OutputOptions outputOptions,
boolean forPreFormatting)
Calls 4 argument constructor with forXHTMLFormatting as false |
|
XMLFormatter(Node node,
OutputOptions outputOptions,
boolean forPreFormatting,
boolean forXHTMLFormatting)
Constructor that provides for declaring if this is an XHTML document |
Uses of OutputOptions in org.enhydra.xml.lazydom |
Methods in org.enhydra.xml.lazydom that return OutputOptions | |
OutputOptions |
LazyDocument.getPreFormatOutputOptions()
|
Methods in org.enhydra.xml.lazydom with parameters of type OutputOptions | |
void |
LazyDocument.setPreFormatOutputOptions(OutputOptions outputOptions)
Set the output options that were used to preformat this document. |
Uses of OutputOptions in org.enhydra.xml.xmlc.servlet |
Methods in org.enhydra.xml.xmlc.servlet that return OutputOptions | |
OutputOptions |
XMLCContext.createOutputOptions(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
XMLObject document)
Create an OutputOptions object for a document. |
Methods in org.enhydra.xml.xmlc.servlet with parameters of type OutputOptions | |
void |
XMLCContext.writeDOM(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OutputOptions outputOptions,
XMLObject document)
Output an an XMLC document object (DOM). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |