public class ElementGT extends Object implements Element
TODO Description
Responsibilities:
Example Use:
ElementGT x = new ElementGT( ... );
TODO code example
| Constructor and Description |
|---|
ElementGT(String id,
String name,
URI namespace,
Type type,
int min,
int max,
boolean nillable,
Element substitutionGroup,
boolean _abstract)
Construct
ElementGT. |
| Modifier and Type | Method and Description |
|---|---|
Element |
findChildElement(String name1)
TODO summary sentence for findChildElement ...
|
Element |
findChildElement(String localName,
URI namespaceURI) |
int |
getBlock()
TODO summary sentence for getBlock ...
|
String |
getDefault()
TODO summary sentence for getDefault ...
|
int |
getFinal()
TODO summary sentence for getFinal ...
|
String |
getFixed()
TODO summary sentence for getFixed ...
|
int |
getGrouping()
TODO summary sentence for getGrouping ...
|
String |
getId()
TODO summary sentence for getId ...
|
int |
getMaxOccurs()
TODO summary sentence for getMaxOccurs ...
|
int |
getMinOccurs()
TODO summary sentence for getMinOccurs ...
|
String |
getName()
TODO summary sentence for getName ...
|
URI |
getNamespace()
TODO summary sentence for getNamespace ...
|
Element |
getSubstitutionGroup()
TODO summary sentence for getSubstitutionGroup ...
|
Type |
getType()
TODO summary sentence for getType ...
|
boolean |
isAbstract()
TODO summary sentence for isAbstract ...
|
boolean |
isForm()
TODO summary sentence for isForm ...
|
boolean |
isNillable()
TODO summary sentence for isNillable ...
|
public boolean isAbstract()
isAbstract in interface ElementElement.isAbstract()public int getBlock()
getBlock in interface ElementElement.getBlock()public String getDefault()
getDefault in interface ElementElement.getDefault()public int getFinal()
getFinal in interface ElementElement.getFinal()public String getFixed()
getFixed in interface ElementElement.getFixed()public boolean isForm()
isForm in interface ElementElement.isForm()public String getId()
getId in interface ElementElement.getId()public int getMaxOccurs()
getMaxOccurs in interface ElementgetMaxOccurs in interface ElementGroupingElementGrouping.getMaxOccurs()public int getMinOccurs()
getMinOccurs in interface ElementgetMinOccurs in interface ElementGroupingElementGrouping.getMinOccurs()public String getName()
getName in interface ElementElement.getName()public URI getNamespace()
getNamespace in interface ElementElement.getNamespace()public boolean isNillable()
isNillable in interface ElementElement.isNillable()public Element getSubstitutionGroup()
getSubstitutionGroup in interface ElementElement.getSubstitutionGroup()public Type getType()
getType in interface ElementElement.getType()public int getGrouping()
getGrouping in interface ElementGroupingElementGrouping.getGrouping()public Element findChildElement(String name1)
findChildElement in interface ElementGroupingname1 - ElementGrouping.findChildElement(java.lang.String)public Element findChildElement(String localName, URI namespaceURI)
findChildElement in interface ElementGroupingCopyright © 1996–2019 Geotools. All rights reserved.