org.geotools.data.wms.xml
Class ogcElement

java.lang.Object
  extended by org.geotools.xml.schema.impl.ElementGT
      extended by org.geotools.data.wms.xml.ogcElement
All Implemented Interfaces:
Element, ElementGrouping

public class ogcElement
extends ElementGT


Field Summary
 
Fields inherited from interface org.geotools.xml.schema.ElementGrouping
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED
 
Constructor Summary
ogcElement(java.lang.String name, Type type, Element substitution)
           
ogcElement(java.lang.String name, Type type, Element substitution, int min, int max)
           
 
Method Summary
 
Methods inherited from class org.geotools.xml.schema.impl.ElementGT
findChildElement, findChildElement, getBlock, getDefault, getFinal, getFixed, getGrouping, getId, getMaxOccurs, getMinOccurs, getName, getNamespace, getSubstitutionGroup, getType, isAbstract, isForm, isNillable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ogcElement

public ogcElement(java.lang.String name,
                  Type type,
                  Element substitution)

ogcElement

public ogcElement(java.lang.String name,
                  Type type,
                  Element substitution,
                  int min,
                  int max)


Copyright © 1996-2010 Geotools. All Rights Reserved.