Package org.geotools.xml.styling
Class sldComplexType
- Object
-
- ComplexTypeGT
-
- sldComplexType
-
- All Implemented Interfaces:
ComplexType
,Type
public class sldComplexType extends ComplexTypeGT
-
-
Constructor Summary
Constructors Constructor Description sldComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems)
sldComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems, Type parent, boolean _abstract, boolean mixed)
-
Method Summary
-
Methods inherited from class ComplexTypeGT
cache, canEncode, encode, findChildElement, getAnyAttributeNameSpace, getAttributes, getBlock, getChild, getChildElements, getFinal, getId, getInstanceType, getName, getNamespace, getParent, getValue, isAbstract, isDerived, isMixed
-
-
-
-
Constructor Detail
-
sldComplexType
public sldComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems, Type parent, boolean _abstract, boolean mixed)
-
sldComplexType
public sldComplexType(String name, ElementGrouping child, Attribute[] attrs, Element[] elems)
-
-