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
IOException
public void writeTo(OutputStream out) throws IOException
IOException
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.