Class SVGDescriptiveElement

    • Constructor Detail

      • SVGDescriptiveElement

        protected SVGDescriptiveElement()
        Creates a new SVGDescriptiveElement object.
      • SVGDescriptiveElement

        protected SVGDescriptiveElement​(java.lang.String prefix,
                                        AbstractDocument owner)
        Creates a new SVGDescriptiveElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • getXMLlang

        public java.lang.String getXMLlang()
        DOM: Returns the xml:lang attribute value.
      • setXMLlang

        public void setXMLlang​(java.lang.String lang)
        DOM: Sets the xml:lang attribute value.
      • getXMLspace

        public java.lang.String getXMLspace()
        DOM: Returns the xml:space attribute value.
      • setXMLspace

        public void setXMLspace​(java.lang.String space)
        DOM: Sets the xml:space attribute value.