|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instances of this interface are intended to represent the 'any' construct in an XML Schema.
Field Summary | |
static java.net.URI |
ALL
|
Fields inherited from interface org.geotools.xml.schema.ElementGrouping |
ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED |
Method Summary | |
java.lang.String |
getId()
Returns the element declaration's id for this schema element. |
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.net.URI |
getNamespace()
Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema. |
Methods inherited from interface org.geotools.xml.schema.ElementGrouping |
findChildElement, getGrouping |
Field Detail |
public static final java.net.URI ALL
Method Detail |
public java.lang.String getId()
Returns the element declaration's id for this schema element.
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.net.URI getNamespace()
Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |