org.geotools.xml.styling
Class sldElement

java.lang.Object
  extended byorg.geotools.xml.schema.impl.ElementGT
      extended byorg.geotools.xml.styling.sldElement
All Implemented Interfaces:
Element, ElementGrouping

public class sldElement
extends ElementGT


Field Summary
 
Fields inherited from interface org.geotools.xml.schema.ElementGrouping
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED
 
Constructor Summary
sldElement(java.lang.String name, Type type, Element substitution)
           
sldElement(java.lang.String name, Type type, Element substitution, int min, int max)
           
 
Methods inherited from class org.geotools.xml.schema.impl.ElementGT
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

sldElement

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

sldElement

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


Copyright © GeoTools. All Rights Reserved.