Class SVGAContent

  • Direct Known Subclasses:
    SVGHyperlinkClass

    public class SVGAContent
    extends java.lang.Object

    Java class for SVG.a.content complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SVG.a.content">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element ref="{http://www.w3.org/2000/svg}SVG.Description.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Animation.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Structure.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Conditional.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Image.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Style.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Shape.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Text.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Marker.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.ColorProfile.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Gradient.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Pattern.class"/>
             <element ref="{http://www.w3.org/2000/svg}clipPath"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Mask.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Filter.class"/>
             <element ref="{http://www.w3.org/2000/svg}cursor"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Hyperlink.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.View.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Script.class"/>
             <element ref="{http://www.w3.org/2000/svg}SVG.Font.class"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.Object> content  
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGAContent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> getContent()
      Gets the value of the content property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait