public class XMLFragment extends Object
Source.
The basic idea is that any SOAPContentElement XML_VALID state
(either before unmarshalling or after marshalling) is represented through a single interface.SOAPContentElement,
XMLContent| Constructor and Description |
|---|
XMLFragment(Result result) |
XMLFragment(Source source) |
XMLFragment(String xmlString) |
public XMLFragment(Source source)
public XMLFragment(String xmlString)
public XMLFragment(Result result)
public Source getSource()
public String toXMLString()
public Element toElement()
public void writeTo(Writer writer) throws IOException
IOExceptionpublic void writeTo(OutputStream out) throws IOException
IOExceptionCopyright © 2012 JBoss, by Red Hat. All Rights Reserved.