Class SVGOMAnimatedString

    • Field Detail

      • animVal

        protected java.lang.String animVal
        The current animated value.
    • Constructor Detail

      • SVGOMAnimatedString

        public SVGOMAnimatedString​(AbstractElement elt,
                                   java.lang.String ns,
                                   java.lang.String ln)
        Creates a new SVGOMAnimatedString.
        Parameters:
        elt - The associated element.
        ns - The attribute's namespace URI.
        ln - The attribute's local name.
    • Method Detail

      • getBaseVal

        public java.lang.String getBaseVal()
        DOM: Implements SVGAnimatedString.getBaseVal().
        Specified by:
        getBaseVal in interface org.w3c.dom.svg.SVGAnimatedString
      • setBaseVal

        public void setBaseVal​(java.lang.String baseVal)
                        throws org.w3c.dom.DOMException
        DOM: Implements SVGAnimatedString.setBaseVal(String).
        Specified by:
        setBaseVal in interface org.w3c.dom.svg.SVGAnimatedString
        Throws:
        org.w3c.dom.DOMException
      • getAnimVal

        public java.lang.String getAnimVal()
        DOM: Implements SVGAnimatedString.getAnimVal().
        Specified by:
        getAnimVal in interface org.w3c.dom.svg.SVGAnimatedString
      • attrAdded

        public void attrAdded​(org.w3c.dom.Attr node,
                              java.lang.String newv)
        Called when an Attr node has been added.
        Specified by:
        attrAdded in interface LiveAttributeValue
      • attrModified

        public void attrModified​(org.w3c.dom.Attr node,
                                 java.lang.String oldv,
                                 java.lang.String newv)
        Called when an Attr node has been modified.
        Specified by:
        attrModified in interface LiveAttributeValue
      • attrRemoved

        public void attrRemoved​(org.w3c.dom.Attr node,
                                java.lang.String oldv)
        Called when an Attr node has been removed.
        Specified by:
        attrRemoved in interface LiveAttributeValue