|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instances of this interface are intended to represent XML Schema Elements.
Field Summary |
Fields inherited from interface org.geotools.xml.schema.ElementGrouping |
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED |
Method Summary | |
int |
getBlock()
|
java.lang.String |
getDefault()
This returns the default value for the Element as a String |
int |
getFinal()
|
java.lang.String |
getFixed()
This returns the fixed value for the Element as a String |
java.lang.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. |
java.lang.String |
getName()
Returns the element declaration's name in the Schema document, and element name in the instance document. |
java.net.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 |
Methods inherited from interface org.geotools.xml.schema.ElementGrouping |
findChildElement, getGrouping |
Method Detail |
public boolean isAbstract()
Returns True when the instance of this XML Schema Element is abstract, false otherwise
public int getBlock()
Schema.getBlockDefault()
public java.lang.String getDefault()
This returns the default value for the Element as a String
public int getFinal()
Schema.getFinalDefault()
public java.lang.String getFixed()
This returns the fixed value for the Element as a String
public boolean isForm()
Schema.isElementFormDefault()
public java.lang.String getId()
The Schema ID for this element definition.
public int getMaxOccurs()
ElementGrouping
returns the max number of allowable occurences within the xml schema for this construct.
getMaxOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMaxOccurs()
public int getMinOccurs()
ElementGrouping
returns the min number of allowable occurences within the xml schema for this construct.
getMinOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMinOccurs()
public java.lang.String getName()
Returns the element declaration's name in the Schema document, and element name in the instance document.
public java.net.URI getNamespace()
public boolean isNillable()
Returns true when the element is nillable, false otherwise
public Element getSubstitutionGroup()
This returns a reference to an element representing this element's substitution group. This is of particular importance when resolving an instance document's value.
public Type getType()
Returns the declared type for this Element in the given Schema.
Type
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |