Class 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 void addNodeFromOtherDocument​(org.w3c.dom.Node iOtherDocumentNode, org.w3c.dom.Node iNodeToAddTo)  
      static java.lang.String getContentsNodeXML​(java.util.List<ObjectIdTypeAndProjectId> dssIDsAndTypes)
      This method constructs the contents node XML for multiple-contents subscription related XML commands.
      static java.lang.String TransformDOMDocumentToString​(org.w3c.dom.Document iDocument)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMLHelpers

        public XMLHelpers()
    • Method Detail

      • 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