Package org.geotools.xml.handlers.xsi
Class GroupHandler.DefaultGroup
- Object
-
- DefaultGroup
-
- All Implemented Interfaces:
ElementGrouping
,Group
- Enclosing class:
- GroupHandler
protected static class GroupHandler.DefaultGroup extends Object implements Group
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
findChildElement(String arg1)
TODO summary sentence for findChildElement ...Element
findChildElement(String localName, URI namespaceURI)
ElementGrouping
getChild()
TODO summary sentence for getChild ...int
getGrouping()
TODO summary sentence for getGrouping ...String
getId()
TODO summary sentence for getId ...int
getMaxOccurs()
TODO summary sentence for getMaxOccurs ...int
getMinOccurs()
TODO summary sentence for getMinOccurs ...String
getName()
TODO summary sentence for getName ...URI
getNamespace()
TODO summary sentence for getNamespace ...
-
-
-
Field Detail
-
child
protected ElementGrouping child
-
id
protected String id
-
min
protected int min
-
max
protected int max
-
name
protected String name
-
namespace
protected URI namespace
-
-
Method Detail
-
getChild
public ElementGrouping getChild()
TODO summary sentence for getChild ...- Specified by:
getChild
in interfaceGroup
- See Also:
Group.getChild()
-
getId
public String getId()
TODO summary sentence for getId ...- Specified by:
getId
in interfaceGroup
- See Also:
Group.getId()
-
getMaxOccurs
public int getMaxOccurs()
TODO summary sentence for getMaxOccurs ...- Specified by:
getMaxOccurs
in interfaceElementGrouping
- Specified by:
getMaxOccurs
in interfaceGroup
- See Also:
Group.getMaxOccurs()
-
getMinOccurs
public int getMinOccurs()
TODO summary sentence for getMinOccurs ...- Specified by:
getMinOccurs
in interfaceElementGrouping
- Specified by:
getMinOccurs
in interfaceGroup
- See Also:
Group.getMinOccurs()
-
getName
public String getName()
TODO summary sentence for getName ...- Specified by:
getName
in interfaceGroup
- See Also:
Group.getName()
-
getNamespace
public URI getNamespace()
TODO summary sentence for getNamespace ...- Specified by:
getNamespace
in interfaceGroup
- See Also:
Group.getNamespace()
-
getGrouping
public int getGrouping()
TODO summary sentence for getGrouping ...- Specified by:
getGrouping
in interfaceElementGrouping
- See Also:
ElementGrouping.getGrouping()
-
findChildElement
public Element findChildElement(String arg1)
TODO summary sentence for findChildElement ...- Specified by:
findChildElement
in interfaceElementGrouping
- Parameters:
arg1
- The Element LocalName (namespace and prefix should not be included)- Returns:
- Element or null if not found.
- See Also:
ElementGrouping.findChildElement(java.lang.String)
-
findChildElement
public Element findChildElement(String localName, URI namespaceURI)
- Specified by:
findChildElement
in interfaceElementGrouping
-
-