Package org.geotools.xml.schema.impl
Class AnyGT
Object
AnyGT
- All Implemented Interfaces:
Any,ElementGrouping
- Author:
- dzwiers
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindChildElement(String name) Convinience method which will search for the specified element within it's children.findChildElement(String localName, URI namespaceURI) intReturns the mask informing the caller as to the type of object they are dealing with.getId()Returns the element declaration's id for this schema element.intreturns the max number of allowable occurences within the xml schema for this construct.intreturns 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.
-
Constructor Details
-
AnyGT
-
AnyGT
-
-
Method Details
-
getId
Description copied from interface:AnyReturns the element declaration's id for this schema element. -
getMaxOccurs
public int getMaxOccurs()Description copied from interface:ElementGroupingreturns the max number of allowable occurences within the xml schema for this construct.- Specified by:
getMaxOccursin interfaceAny- Specified by:
getMaxOccursin interfaceElementGrouping- See Also:
-
getMinOccurs
public int getMinOccurs()Description copied from interface:ElementGroupingreturns the min number of allowable occurences within the xml schema for this construct.- Specified by:
getMinOccursin interfaceAny- Specified by:
getMinOccursin interfaceElementGrouping- See Also:
-
getNamespace
Description copied from interface:AnyReturns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.- Specified by:
getNamespacein interfaceAny- See Also:
-
getGrouping
public int getGrouping()Description copied from interface:ElementGroupingReturns the mask informing the caller as to the type of object they are dealing with.- Specified by:
getGroupingin interfaceElementGrouping- See Also:
-
findChildElement
Description copied from interface:ElementGroupingConvinience method which will search for the specified element within it's children. This is typically implemented recursively, and as such may be expensive to execute (so don't call me too much if you want to be fast).- Specified by:
findChildElementin interfaceElementGrouping- Parameters:
name- The Element LocalName (namespace and prefix should not be included)- Returns:
- Element or null if not found.
- See Also:
-
findChildElement
- Specified by:
findChildElementin interfaceElementGrouping
-