Class OrderingNode

  • All Implemented Interfaces:
    XMLNode

    public class OrderingNode
    extends DeploymentDescriptorNode
    This node is responsible for handling the ordering xml tree.
    Version:
    Author:
    Shing Wai Chan
    • Constructor Detail

      • OrderingNode

        public OrderingNode()
    • Method Detail

      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    OrderingDescriptor descriptor)
        write the descriptor class to a DOM tree and return it
        Parameters:
        parent - node in the DOM tree
        node - name for the root element of this xml fragment
        the - descriptor to write
        Returns:
        the DOM tree top node