Package org.geotools.xml.schema.impl
Class ElementGT
- Object
-
- ElementGT
-
- All Implemented Interfaces:
Element,ElementGrouping
- Direct Known Subclasses:
ogcElement,sldElement
public class ElementGT extends Object implements Element
Provides ...TODO summary sentenceTODO Description
Responsibilities:
Example Use:
ElementGT x = new ElementGT( ... ); TODO code example- Since:
- 0.3
- Author:
- dzwiers
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementfindChildElement(String name1)TODO summary sentence for findChildElement ...ElementfindChildElement(String localName, URI namespaceURI)intgetBlock()TODO summary sentence for getBlock ...StringgetDefault()TODO summary sentence for getDefault ...intgetFinal()TODO summary sentence for getFinal ...StringgetFixed()TODO summary sentence for getFixed ...intgetGrouping()TODO summary sentence for getGrouping ...StringgetId()TODO summary sentence for getId ...intgetMaxOccurs()TODO summary sentence for getMaxOccurs ...intgetMinOccurs()TODO summary sentence for getMinOccurs ...StringgetName()TODO summary sentence for getName ...URIgetNamespace()TODO summary sentence for getNamespace ...ElementgetSubstitutionGroup()TODO summary sentence for getSubstitutionGroup ...TypegetType()TODO summary sentence for getType ...booleanisAbstract()TODO summary sentence for isAbstract ...booleanisForm()TODO summary sentence for isForm ...booleanisNillable()TODO summary sentence for isNillable ...
-
-
-
Method Detail
-
isAbstract
public boolean isAbstract()
TODO summary sentence for isAbstract ...- Specified by:
isAbstractin interfaceElement- See Also:
Element.isAbstract()
-
getBlock
public int getBlock()
TODO summary sentence for getBlock ...- Specified by:
getBlockin interfaceElement- See Also:
Element.getBlock()
-
getDefault
public String getDefault()
TODO summary sentence for getDefault ...- Specified by:
getDefaultin interfaceElement- See Also:
Element.getDefault()
-
getFinal
public int getFinal()
TODO summary sentence for getFinal ...- Specified by:
getFinalin interfaceElement- See Also:
Element.getFinal()
-
getFixed
public String getFixed()
TODO summary sentence for getFixed ...- Specified by:
getFixedin interfaceElement- See Also:
Element.getFixed()
-
isForm
public boolean isForm()
TODO summary sentence for isForm ...- Specified by:
isFormin interfaceElement- See Also:
Element.isForm()
-
getId
public String getId()
TODO summary sentence for getId ...- Specified by:
getIdin interfaceElement- See Also:
Element.getId()
-
getMaxOccurs
public int getMaxOccurs()
TODO summary sentence for getMaxOccurs ...- Specified by:
getMaxOccursin interfaceElement- Specified by:
getMaxOccursin interfaceElementGrouping- See Also:
ElementGrouping.getMaxOccurs()
-
getMinOccurs
public int getMinOccurs()
TODO summary sentence for getMinOccurs ...- Specified by:
getMinOccursin interfaceElement- Specified by:
getMinOccursin interfaceElementGrouping- See Also:
ElementGrouping.getMinOccurs()
-
getName
public String getName()
TODO summary sentence for getName ...- Specified by:
getNamein interfaceElement- See Also:
Element.getName()
-
getNamespace
public URI getNamespace()
TODO summary sentence for getNamespace ...- Specified by:
getNamespacein interfaceElement- See Also:
Element.getNamespace()
-
isNillable
public boolean isNillable()
TODO summary sentence for isNillable ...- Specified by:
isNillablein interfaceElement- See Also:
Element.isNillable()
-
getSubstitutionGroup
public Element getSubstitutionGroup()
TODO summary sentence for getSubstitutionGroup ...- Specified by:
getSubstitutionGroupin interfaceElement- See Also:
Element.getSubstitutionGroup()
-
getType
public Type getType()
TODO summary sentence for getType ...- Specified by:
getTypein interfaceElement- See Also:
Element.getType()
-
getGrouping
public int getGrouping()
TODO summary sentence for getGrouping ...- Specified by:
getGroupingin interfaceElementGrouping- See Also:
ElementGrouping.getGrouping()
-
findChildElement
public Element findChildElement(String name1)
TODO summary sentence for findChildElement ...- Specified by:
findChildElementin interfaceElementGrouping- Parameters:
name1- The Element LocalName (namespace and prefix should not be included)- Returns:
- Element or null if not found.
- See Also:
ElementGrouping.findChildElement(java.lang.String)
-
findChildElement
public Element findChildElement(String localName, URI namespaceURI)
- Specified by:
findChildElementin interfaceElementGrouping
-
-