Package com.microstrategy.webapi.utils
Class XMLHelpers
- java.lang.Object
 - 
- com.microstrategy.webapi.utils.XMLHelpers
 
 
- 
public class XMLHelpers extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description XMLHelpers() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddNodeFromOtherDocument(org.w3c.dom.Node iOtherDocumentNode, org.w3c.dom.Node iNodeToAddTo)static java.lang.StringgetContentsNodeXML(java.util.List<ObjectIdTypeAndProjectId> dssIDsAndTypes)This method constructs the contents node XML for multiple-contents subscription related XML commands.static java.lang.StringTransformDOMDocumentToString(org.w3c.dom.Document iDocument) 
 - 
 
- 
- 
Method Detail
- 
TransformDOMDocumentToString
public static java.lang.String TransformDOMDocumentToString(org.w3c.dom.Document iDocument) throws MSTRWebAPIException- Throws:
 MSTRWebAPIException
 
- 
addNodeFromOtherDocument
public static void addNodeFromOtherDocument(org.w3c.dom.Node iOtherDocumentNode, org.w3c.dom.Node iNodeToAddTo) 
- 
getContentsNodeXML
public static java.lang.String getContentsNodeXML(java.util.List<ObjectIdTypeAndProjectId> dssIDsAndTypes)
This method constructs the contents node XML for multiple-contents subscription related XML commands.- Parameters:
 dssIDsAndTypes- report or document DSS ID and the corresponding type of each report or document and the project it belongs to- Returns:
 - contents node XML string
 
 
 - 
 
 -