Class NodeAttributeList

    • Constructor Detail

      • NodeAttributeList

        public NodeAttributeList​(List<? extends Map.Entry<? extends CharSequence,​Object>> attributes)
        Creates a new node attribute list with the given attributes.
        Parameters:
        attributes - Attributes for the node.