public abstract class ResultFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static XmlSerializer |
createSerializer(Result result)
Factory method for producing
XmlSerializer from Result. |
public static XmlSerializer createSerializer(Result result)
XmlSerializer from Result.
This method supports SAXResult,
StreamResult, and DOMResult.result - the Result that will receive output from the XmlSerializerCopyright © 2005–2017 Oracle Corporation. All rights reserved.