|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Group
This interface is intended to represent the Group construct within XML Schemas.
In many situations it is recommended that groups be flatened out to their child declaration, removing the additional layer of indirection. Although this optimization is nice, it is imposible to complete this all the time, as xml schemas may include publicly viewable Group definitions.
Field Summary |
---|
Fields inherited from interface org.geotools.xml.schema.ElementGrouping |
---|
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED |
Method Summary | |
---|---|
ElementGrouping |
getChild()
Returns the Child Schema element (Choice or Sequence) declaring valid element sequences for this group. |
java.lang.String |
getId()
The Group's declaration object id. |
int |
getMaxOccurs()
The maximum number of times this group may appear in the instance document. |
int |
getMinOccurs()
The minimum number of times this group may appear in the instance document. |
java.lang.String |
getName()
The group's name in the Schema document |
java.net.URI |
getNamespace()
DOCUMENT ME! |
Methods inherited from interface org.geotools.xml.schema.ElementGrouping |
---|
findChildElement, findChildElement, getGrouping |
Method Detail |
---|
ElementGrouping getChild()
Returns the Child Schema element (Choice or Sequence) declaring valid element sequences for this group.
java.lang.String getId()
The Group's declaration object id.
int getMaxOccurs()
The maximum number of times this group may appear in the instance document.
getMaxOccurs
in interface ElementGrouping
int getMinOccurs()
The minimum number of times this group may appear in the instance document.
getMinOccurs
in interface ElementGrouping
java.lang.String getName()
The group's name in the Schema document
java.net.URI getNamespace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |