Class PropertySets

    • Field Detail

      • NODE_PROPERTY_SETS

        protected static final java.lang.String NODE_PROPERTY_SETS
        constant for the PropertySets node name
        See Also:
        Constant Field Values
      • ATT_NAME

        protected static final java.lang.String ATT_NAME
        xml attribute name for the name of the PropertySet
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertySets

        public PropertySets()
        Class constructor. Initializes a new -empty- instance of the PropertySets class.
      • PropertySets

        public PropertySets​(org.w3c.dom.Node root)
        Class constructor. Initializes a PropertySets instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the PropertySets information.
      • PropertySets

        public PropertySets​(org.w3c.dom.Document doc)
        Class constructor. Initializes a PropertySets instance based on the information included in the DOM Document
        Parameters:
        doc - Document instance representing the PropertySets information.