| java.lang.Object org.geotools.xml.schema.impl.ElementGT
All known Subclasses: org.geotools.data.wms.xml.ogcElement, org.geotools.xml.styling.sldElement,
ElementGT | public class ElementGT implements Element(Code) | | Provides ...TODO summary sentence
TODO Description
Responsibilities:
Example Use:
ElementGT x = new ElementGT( ... );
TODO code example
author: dzwiers since: 0.3 |
Constructor Summary | |
public | ElementGT(String id, String name, URI namespace, Type type, int min, int max, boolean nillable, Element substitutionGroup, boolean _abstract) Construct ElementGT . |
ElementGT | public ElementGT(String id, String name, URI namespace, Type type, int min, int max, boolean nillable, Element substitutionGroup, boolean _abstract)(Code) | | Construct ElementGT .
Parameters: id - Parameters: name - Parameters: namespace - Parameters: type - Parameters: min - Parameters: max - Parameters: nillable - Parameters: substitutionGroup - Parameters: _abstract - |
|
|