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 SummaryAll 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- 
isAbstractpublic boolean isAbstract() TODO summary sentence for isAbstract ...- Specified by:
- isAbstractin interface- Element
- See Also:
- Element.isAbstract()
 
 - 
getBlockpublic int getBlock() TODO summary sentence for getBlock ...- Specified by:
- getBlockin interface- Element
- See Also:
- Element.getBlock()
 
 - 
getDefaultpublic String getDefault() TODO summary sentence for getDefault ...- Specified by:
- getDefaultin interface- Element
- See Also:
- Element.getDefault()
 
 - 
getFinalpublic int getFinal() TODO summary sentence for getFinal ...- Specified by:
- getFinalin interface- Element
- See Also:
- Element.getFinal()
 
 - 
getFixedpublic String getFixed() TODO summary sentence for getFixed ...- Specified by:
- getFixedin interface- Element
- See Also:
- Element.getFixed()
 
 - 
isFormpublic boolean isForm() TODO summary sentence for isForm ...- Specified by:
- isFormin interface- Element
- See Also:
- Element.isForm()
 
 - 
getIdpublic String getId() TODO summary sentence for getId ...- Specified by:
- getIdin interface- Element
- See Also:
- Element.getId()
 
 - 
getMaxOccurspublic int getMaxOccurs() TODO summary sentence for getMaxOccurs ...- Specified by:
- getMaxOccursin interface- Element
- Specified by:
- getMaxOccursin interface- ElementGrouping
- See Also:
- ElementGrouping.getMaxOccurs()
 
 - 
getMinOccurspublic int getMinOccurs() TODO summary sentence for getMinOccurs ...- Specified by:
- getMinOccursin interface- Element
- Specified by:
- getMinOccursin interface- ElementGrouping
- See Also:
- ElementGrouping.getMinOccurs()
 
 - 
getNamepublic String getName() TODO summary sentence for getName ...- Specified by:
- getNamein interface- Element
- See Also:
- Element.getName()
 
 - 
getNamespacepublic URI getNamespace() TODO summary sentence for getNamespace ...- Specified by:
- getNamespacein interface- Element
- See Also:
- Element.getNamespace()
 
 - 
isNillablepublic boolean isNillable() TODO summary sentence for isNillable ...- Specified by:
- isNillablein interface- Element
- See Also:
- Element.isNillable()
 
 - 
getSubstitutionGrouppublic Element getSubstitutionGroup() TODO summary sentence for getSubstitutionGroup ...- Specified by:
- getSubstitutionGroupin interface- Element
- See Also:
- Element.getSubstitutionGroup()
 
 - 
getTypepublic Type getType() TODO summary sentence for getType ...- Specified by:
- getTypein interface- Element
- See Also:
- Element.getType()
 
 - 
getGroupingpublic int getGrouping() TODO summary sentence for getGrouping ...- Specified by:
- getGroupingin interface- ElementGrouping
- See Also:
- ElementGrouping.getGrouping()
 
 - 
findChildElementpublic Element findChildElement(String name1) TODO summary sentence for findChildElement ...- Specified by:
- findChildElementin interface- ElementGrouping
- 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)
 
 - 
findChildElementpublic Element findChildElement(String localName, URI namespaceURI) - Specified by:
- findChildElementin interface- ElementGrouping
 
 
- 
 
-