public interface Element extends ElementGrouping
Modifier and Type | Method and Description |
---|---|
int |
getBlock() |
String |
getDefault()
This returns the default value for the Element as a String
|
int |
getFinal() |
String |
getFixed()
This returns the fixed value for the Element as a String
|
String |
getId()
The Schema ID for this element definition.
|
int |
getMaxOccurs()
returns the max number of allowable occurences within the xml schema for this construct.
|
int |
getMinOccurs()
returns the min number of allowable occurences within the xml schema for this construct.
|
String |
getName()
Returns the element declaration's name in the Schema document, and element name in the
instance document.
|
URI |
getNamespace()
DOCUMENT ME!
|
Element |
getSubstitutionGroup()
This returns a reference to an element representing this element's substitution group.
|
Type |
getType()
Returns the declared type for this Element in the given Schema.
|
boolean |
isAbstract()
Returns True when the instance of this XML Schema Element is abstract, false otherwise
|
boolean |
isForm() |
boolean |
isNillable()
Returns true when the element is nillable, false otherwise
|
findChildElement, findChildElement, getGrouping
boolean isAbstract()
int getBlock()
Schema.getBlockDefault()
String getDefault()
int getFinal()
Schema.getFinalDefault()
String getFixed()
boolean isForm()
Schema.isElementFormDefault()
String getId()
int getMaxOccurs()
ElementGrouping
getMaxOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMaxOccurs()
int getMinOccurs()
ElementGrouping
getMinOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMinOccurs()
String getName()
URI getNamespace()
boolean isNillable()
Element getSubstitutionGroup()
Copyright © 1996–2019 Geotools. All rights reserved.