| java.lang.Object nextapp.echo2.webrender.output.XmlDocument
All known Subclasses: nextapp.echo2.webrender.ServerMessage, nextapp.echo2.webrender.output.HtmlDocument,
XmlDocument | public class XmlDocument (Code) | | A simple wrapper around JAXP/W3C DOM APIs to generate and render an XML
document.
|
XmlDocument | public XmlDocument(String qualifiedName, String publicId, String systemId, String namespaceUri)(Code) | | Creates a new XmlDocument .
Parameters: qualifiedName - the qualified name of the document type to be created Parameters: publicId - the external subset public identifier Parameters: systemId - the external subset system identifier Parameters: namespaceUri - the namespace URI of the document element to create |
getDocument | public Document getDocument()(Code) | | Returns the W3C DOM implementation Document object.
the Document object |
setOutputProperties | public void setOutputProperties(Properties newValue)(Code) | | Sets the output properties which will be used by the rendering
javax.xml.transform.Transformer .
Parameters: newValue - the new output properties |
|
|