Query
mechanismpublic class XMLQueryResult extends Object
Constructor and Description |
---|
XMLQueryResult(Element element)
Deprecated.
Creates a new instance of XMLQueryResult with a W3C DOM Element.
|
XMLQueryResult(String xmlString)
Deprecated.
Creates a new instance of XMLQueryResult with an XML String.
|
Modifier and Type | Method and Description |
---|---|
String |
getXMLString()
Deprecated.
returns the xml as string.
|
Source |
getXMLTransformSource()
Deprecated.
returns the xml as Source.
|
void |
merge(XMLQueryResult merge)
Deprecated.
Merges the current xml with the XMLQueryResult 'merge'.
|
Element |
toXMLDOM()
Deprecated.
returns the xml as Element.
|
public XMLQueryResult(Element element)
element
- the xml of the query result.public XMLQueryResult(String xmlString)
xmlString
- the xml string of the query result.public String getXMLString()
public Source getXMLTransformSource()
public Element toXMLDOM()
public void merge(XMLQueryResult merge)
merge
- the XMLQueryResult to merge to the existing xml.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries