public abstract class CombineXMLBodyUrl extends CombineImageUrl
url| Constructor and Description |
|---|
CombineXMLBodyUrl() |
CombineXMLBodyUrl(CombineXMLBodyUrl cxu) |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
bodyAsDocument()
Returns the body as a xml document
|
protected void |
setBody(Document doc)
Set the body with the given doc.
|
calculateNewUrl, getAlpha, getBody, getRealUrl, getUrl, setAlpha, setBody, setRealUrl, setUrl, toStringpublic CombineXMLBodyUrl()
public CombineXMLBodyUrl(CombineXMLBodyUrl cxu)
protected Document bodyAsDocument() throws ParserConfigurationException, SAXException, IOException
ParserConfigurationExceptionSAXExceptionIOExceptionprotected void setBody(Document doc) throws TransformerConfigurationException, TransformerException
doc - the Document that's the new bodyTransformerConfigurationExceptionTransformerExceptionCopyright © 2016. All rights reserved.