Class ElementGT

  • All Implemented Interfaces:
    Element, ElementGrouping
    Direct Known Subclasses:
    ogcElement, sldElement

    public class ElementGT
    extends Object
    implements Element
    Provides ...TODO summary sentence

    TODO Description

    Responsibilities:

    Example Use:

    
     ElementGT x = new ElementGT( ... );
     TODO code example
     
    Since:
    0.3
    Author:
    dzwiers
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementGT​(String id, String name, URI namespace, Type type, int min, int max, boolean nillable, Element substitutionGroup, boolean _abstract)
      Construct ElementGT.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element findChildElement​(String name1)
      TODO summary sentence for findChildElement ...
      Element findChildElement​(String localName, URI namespaceURI)  
      int getBlock()
      TODO summary sentence for getBlock ...
      String getDefault()
      TODO summary sentence for getDefault ...
      int getFinal()
      TODO summary sentence for getFinal ...
      String getFixed()
      TODO summary sentence for getFixed ...
      int getGrouping()
      TODO summary sentence for getGrouping ...
      String getId()
      TODO summary sentence for getId ...
      int getMaxOccurs()
      TODO summary sentence for getMaxOccurs ...
      int getMinOccurs()
      TODO summary sentence for getMinOccurs ...
      String getName()
      TODO summary sentence for getName ...
      URI getNamespace()
      TODO summary sentence for getNamespace ...
      Element getSubstitutionGroup()
      TODO summary sentence for getSubstitutionGroup ...
      Type getType()
      TODO summary sentence for getType ...
      boolean isAbstract()
      TODO summary sentence for isAbstract ...
      boolean isForm()
      TODO summary sentence for isForm ...
      boolean isNillable()
      TODO summary sentence for isNillable ...
      • Methods inherited from class Object

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