Class CSSAttrFunction

    • Constructor Detail

      • CSSAttrFunction

        public CSSAttrFunction​(String namespace,
                               String name,
                               String type)
      • CSSAttrFunction

        public CSSAttrFunction​(String namespace,
                               String name)
    • Method Detail

      • getName

        public String getName()
      • getValueType

        public String getValueType()
      • getNamespace

        public String getNamespace()
      • equals

        public boolean equals​(Object obj)
        Determines if this instance of the object is equals to another Object
        Overrides:
        equals in class CSSFunctionValue
        Returns:
        true if the supplied object is equivalent to this object, false otherwise