RSE
Release 1.0

Uses of Class
org.eclipse.rse.persistence.dom.RSEDOMNode

Packages that use RSEDOMNode
org.eclipse.rse.persistence.dom   
 

Uses of RSEDOMNode in org.eclipse.rse.persistence.dom
 

Subclasses of RSEDOMNode in org.eclipse.rse.persistence.dom
 class RSEDOM
          This class is the root node of an RSE DOM.
 

Fields in org.eclipse.rse.persistence.dom declared as RSEDOMNode
protected  RSEDOMNode RSEDOMNode._parent
           
 

Methods in org.eclipse.rse.persistence.dom that return RSEDOMNode
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IHost host, boolean clean)
          Create a DOM node representing a host
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IConnectorService cs, boolean clean)
          Creates a DOM node for a connector service
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IServerLauncherProperties sl, boolean clean)
          Creates a DOM node for a server launcher
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISubSystem ss, boolean clean)
          Creates a DOM node for a subsystem
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilter sf, boolean clean)
          Creates a DOM node for a filter
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterPool fp, boolean clean)
          Create a DOM node representing a filter pool
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterPoolReference fpr, boolean clean)
          Creates a DOM node for a filter pool reference
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterString fs, boolean clean)
          Creates a DOM node for a filter string
 RSEDOMNode[] IRSEDOMExporter.createPropertySetNodes(RSEDOMNode parent, IRSEModelObject mo, boolean clean)
          Creates DOM nodes for each associated property set
 RSEDOMNode RSEDOMNode.getParent()
          Returns the parent of this node
 RSEDOMNode[] RSEDOMNode.getChildren()
          Returns all the children of this node
 RSEDOMNode[] RSEDOMNode.getChildren(String type)
          Returns the immediate children of this node that are of the specified type
 RSEDOMNode RSEDOMNode.getChild(String type, String name)
          Returns the first immediate child of this node that is of the specified type and name
 

Methods in org.eclipse.rse.persistence.dom with parameters of type RSEDOMNode
 IHost IRSEDOMImporter.restoreHost(ISystemProfile profile, RSEDOMNode hostNode)
          Restores the host represented by hostNode
 IConnectorService IRSEDOMImporter.restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode)
          Restore the connector service represented by connectorServiceNode
 IServerLauncherProperties IRSEDOMImporter.restoreServerLauncher(IConnectorService service, RSEDOMNode serverLauncherNode, IServerLauncherProperties slproperties)
           
 ISubSystem IRSEDOMImporter.restoreSubSystem(IHost host, RSEDOMNode subSystemNode)
          Restores the subsystem represented by subSystemNode
 ISystemFilter IRSEDOMImporter.restoreFilter(ISystemFilterPool filterPool, RSEDOMNode systemFilterNode)
           
 ISystemFilterPool IRSEDOMImporter.restoreFilterPool(ISystemProfile profile, RSEDOMNode systemFilterPoolNode)
          Restore the filter pool represented by the node
 ISystemFilterPoolReference IRSEDOMImporter.restoreFilterPoolReference(ISubSystem subSystem, RSEDOMNode systemFilterPoolReferenceNode)
           
 ISystemFilterString IRSEDOMImporter.restoreFilterString(ISystemFilter filter, RSEDOMNode systemFilterStringNode)
           
 IPropertySet IRSEDOMImporter.restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode)
          Restores the property set represented by propertySetNode
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IHost host, boolean clean)
          Create a DOM node representing a host
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IConnectorService cs, boolean clean)
          Creates a DOM node for a connector service
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IServerLauncherProperties sl, boolean clean)
          Creates a DOM node for a server launcher
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISubSystem ss, boolean clean)
          Creates a DOM node for a subsystem
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilter sf, boolean clean)
          Creates a DOM node for a filter
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterPool fp, boolean clean)
          Create a DOM node representing a filter pool
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterPoolReference fpr, boolean clean)
          Creates a DOM node for a filter pool reference
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, ISystemFilterString fs, boolean clean)
          Creates a DOM node for a filter string
 RSEDOMNode[] IRSEDOMExporter.createPropertySetNodes(RSEDOMNode parent, IRSEModelObject mo, boolean clean)
          Creates DOM nodes for each associated property set
 void RSEDOMNode.addChild(RSEDOMNode child)
          Adds a child to this node
 void RSEDOMNode.removeChild(RSEDOMNode child)
          Removes a child from this node
 void RSEDOM.print(RSEDOMNode node, String indent)
           
 

Constructors in org.eclipse.rse.persistence.dom with parameters of type RSEDOMNode
RSEDOMNode(RSEDOMNode parent, String type, String name)
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.