Class PropertiesNode

  • All Implemented Interfaces:
    XMLNode

    public class PropertiesNode
    extends DeploymentDescriptorNode
    This node is responsible for handling property (name, value) DTD elements to java.util.Properties mapping
    Author:
    Jerome Dochez
    • Constructor Detail

      • PropertiesNode

        public PropertiesNode()
    • Method Detail

      • writeDescriptor

        public Node writeDescriptor​(Node parent,
                                    String nodeName,
                                    Properties 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