| Modifier and Type | Method and Description |
|---|---|
NodeList |
XMLBody.getByXpath(String xpath) |
NodeList |
XMLBody.getByXpathUnique(String xpath,
String keyXPath,
Set<String> keySet) |
String |
XMLBody.getContent() |
String |
XMLBody.getContent(String xpath) |
String |
XMLBody.getContentUnique(String xpath,
String keyXPath,
Set<String> keySet) |
void |
XMLBody.loadXML(InputStream input)
Load XML document and parse it into DOM.
|
void |
XMLBody.loadXML(InputStream input,
boolean namespaceAware)
Load XML document and parse it into DOM.
|
String |
XMLBodySerializer.serialize(NodeList childNodes,
Document xmlDocument) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.