| org.geotools.xml.schema.Element
All known Subclasses: org.geotools.xml.schema.impl.ElementGT,
Element | public interface Element extends ElementGrouping(Code) | |
Instances of this interface are intended to represent XML Schema Elements.
author: dzwiers www.refractions.net |
getDefault | public String getDefault()(Code) | |
This returns the default value for the Element as a String
|
getFixed | public String getFixed()(Code) | |
This returns the fixed value for the Element as a String
|
getId | public String getId()(Code) | |
The Schema ID for this element definition.
|
getMaxOccurs | public int getMaxOccurs()(Code) | | See Also: org.geotools.xml.xsi.ElementGrouping.getMaxOccurs |
getMinOccurs | public int getMinOccurs()(Code) | | See Also: org.geotools.xml.xsi.ElementGrouping.getMinOccurs |
getName | public String getName()(Code) | |
Returns the element declaration's name in the Schema document, and
element name in the instance document.
|
getNamespace | public URI getNamespace()(Code) | | DOCUMENT ME!
|
getSubstitutionGroup | public Element getSubstitutionGroup()(Code) | |
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.
|
getType | public Type getType()(Code) | |
Returns the declared type for this Element in the given Schema.
See Also: Type |
isAbstract | public boolean isAbstract()(Code) | |
Returns True when the instance of this XML Schema Element is abstract,
false otherwise
|
isNillable | public boolean isNillable()(Code) | |
Returns true when the element is nillable, false otherwise
|
|
|