Package org.geotools.xml.schema.impl
Class ElementGT
Object
ElementGT
- All Implemented Interfaces:
Element
,ElementGrouping
- Direct Known Subclasses:
ogcElement
,sldElement
Provides ...TODO summary sentence
TODO Description
Responsibilities:
Example Use:
ElementGT x = new ElementGT( ... );
TODO code example
- Since:
- 0.3
- Author:
- dzwiers
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindChildElement
(String name1) TODO summary sentence for findChildElement ...findChildElement
(String localName, URI namespaceURI) int
getBlock()
TODO summary sentence for getBlock ...TODO summary sentence for getDefault ...int
getFinal()
TODO summary sentence for getFinal ...getFixed()
TODO summary sentence for getFixed ...int
TODO summary sentence for getGrouping ...getId()
TODO summary sentence for getId ...int
TODO summary sentence for getMaxOccurs ...int
TODO summary sentence for getMinOccurs ...getName()
TODO summary sentence for getName ...TODO summary sentence for getNamespace ...TODO summary sentence for getSubstitutionGroup ...getType()
TODO summary sentence for getType ...boolean
TODO summary sentence for isAbstract ...boolean
isForm()
TODO summary sentence for isForm ...boolean
TODO summary sentence for isNillable ...
-
Constructor Details
-
Method Details
-
isAbstract
public boolean isAbstract()TODO summary sentence for isAbstract ...- Specified by:
isAbstract
in interfaceElement
- See Also:
-
getBlock
public int getBlock()TODO summary sentence for getBlock ... -
getDefault
TODO summary sentence for getDefault ...- Specified by:
getDefault
in interfaceElement
- See Also:
-
getFinal
public int getFinal()TODO summary sentence for getFinal ... -
getFixed
TODO summary sentence for getFixed ... -
isForm
public boolean isForm()TODO summary sentence for isForm ... -
getId
TODO summary sentence for getId ... -
getMaxOccurs
public int getMaxOccurs()TODO summary sentence for getMaxOccurs ...- Specified by:
getMaxOccurs
in interfaceElement
- Specified by:
getMaxOccurs
in interfaceElementGrouping
- See Also:
-
getMinOccurs
public int getMinOccurs()TODO summary sentence for getMinOccurs ...- Specified by:
getMinOccurs
in interfaceElement
- Specified by:
getMinOccurs
in interfaceElementGrouping
- See Also:
-
getName
TODO summary sentence for getName ... -
getNamespace
TODO summary sentence for getNamespace ...- Specified by:
getNamespace
in interfaceElement
- See Also:
-
isNillable
public boolean isNillable()TODO summary sentence for isNillable ...- Specified by:
isNillable
in interfaceElement
- See Also:
-
getSubstitutionGroup
TODO summary sentence for getSubstitutionGroup ...- Specified by:
getSubstitutionGroup
in interfaceElement
- See Also:
-
getType
TODO summary sentence for getType ... -
getGrouping
public int getGrouping()TODO summary sentence for getGrouping ...- Specified by:
getGrouping
in interfaceElementGrouping
- See Also:
-
findChildElement
TODO summary sentence for findChildElement ...- Specified by:
findChildElement
in interfaceElementGrouping
- Parameters:
name1
- The Element LocalName (namespace and prefix should not be included)- Returns:
- Element or null if not found.
- See Also:
-
findChildElement
- Specified by:
findChildElement
in interfaceElementGrouping
-