com.ibm.ccd.ui.dataobjects.items
Class CatalogNodeXMLHelper

java.lang.Object
  extended by com.ibm.ccd.ui.dataobjects.items.CatalogNodeXMLHelper

public class CatalogNodeXMLHelper
extends java.lang.Object

Provides the functionality to generate and parse xml from nodes and to nodes.


Constructor Summary
CatalogNodeXMLHelper()
           
 
Method Summary
static CategoryHierarchy[] parseCategoryNode(org.w3c.dom.Element ctgs)
           
static Node[] parseParentNode(org.w3c.dom.Element ctgChildrenNode)
          Parses the XML and Prepares the nodes
static java.lang.String prepareCtgChilrenRequestXML(java.lang.String parentID)
          Prepares the WPC specific XML request for getting the catalog children.
static java.lang.String prepareCtgChilrenRequestXML(java.lang.String parentCategory, java.lang.String catalogName, java.lang.String hierarchyName, java.lang.String hierarychyType, java.lang.String childrenSize)
          Prepares the WPC specific XML request for getting the catalog children.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogNodeXMLHelper

public CatalogNodeXMLHelper()
Method Detail

prepareCtgChilrenRequestXML

public static java.lang.String prepareCtgChilrenRequestXML(java.lang.String parentID)
Prepares the WPC specific XML request for getting the catalog children.


prepareCtgChilrenRequestXML

public static java.lang.String prepareCtgChilrenRequestXML(java.lang.String parentCategory,
                                                           java.lang.String catalogName,
                                                           java.lang.String hierarchyName,
                                                           java.lang.String hierarychyType,
                                                           java.lang.String childrenSize)
Prepares the WPC specific XML request for getting the catalog children.


parseCategoryNode

public static CategoryHierarchy[] parseCategoryNode(org.w3c.dom.Element ctgs)

parseParentNode

public static Node[] parseParentNode(org.w3c.dom.Element ctgChildrenNode)
Parses the XML and Prepares the nodes