org.geotools.xml.styling
Class sldComplexType

java.lang.Object
  extended byorg.geotools.xml.schema.impl.ComplexTypeGT
      extended byorg.geotools.xml.styling.sldComplexType
All Implemented Interfaces:
ComplexType, Type

public class sldComplexType
extends ComplexTypeGT


Constructor Summary
sldComplexType(java.lang.String name, ElementGrouping child, Attribute[] attrs, Element[] elems)
           
sldComplexType(java.lang.String name, ElementGrouping child, Attribute[] attrs, Element[] elems, Type parent, boolean _abstract, boolean mixed)
           
 
Methods inherited from class org.geotools.xml.schema.impl.ComplexTypeGT
cache, canEncode, encode, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getInstanceType, getName, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

sldComplexType

public sldComplexType(java.lang.String name,
                      ElementGrouping child,
                      Attribute[] attrs,
                      Element[] elems,
                      Type parent,
                      boolean _abstract,
                      boolean mixed)

sldComplexType

public sldComplexType(java.lang.String name,
                      ElementGrouping child,
                      Attribute[] attrs,
                      Element[] elems)


Copyright © GeoTools. All Rights Reserved.