Package org.geotools.xml.schema
Interface Any
- All Superinterfaces:
ElementGrouping
- All Known Implementing Classes:
AnyGT
Instances of this interface are intended to represent the 'any' construct in an XML Schema.
- Author:
- dzwiers www.refractions.net
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the element declaration's id for this schema element.int
returns the max number of allowable occurences within the xml schema for this construct.int
returns the min number of allowable occurences within the xml schema for this construct.Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.Methods inherited from interface ElementGrouping
findChildElement, findChildElement, getGrouping
-
Field Details
-
ALL
-
-
Method Details
-
getId
String getId()Returns the element declaration's id for this schema element. -
getMaxOccurs
int getMaxOccurs()Description copied from interface:ElementGrouping
returns the max number of allowable occurences within the xml schema for this construct.- Specified by:
getMaxOccurs
in interfaceElementGrouping
- See Also:
-
org.geotools.xml.xsi.ElementGrouping#getMaxOccurs()
-
getMinOccurs
int getMinOccurs()Description copied from interface:ElementGrouping
returns the min number of allowable occurences within the xml schema for this construct.- Specified by:
getMinOccurs
in interfaceElementGrouping
- See Also:
-
org.geotools.xml.xsi.ElementGrouping#getMinOccurs()
-
getNamespace
URI getNamespace()Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.
-