Class SVGGContent

  • Direct Known Subclasses:
    G

    public class SVGGContent
    extends java.lang.Object

    Java class for SVG.g.content complex type.

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

     <complexType name="SVG.g.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>