protected static class GroupHandler.DefaultGroup extends Object implements Group
| Modifier and Type | Field and Description |
|---|---|
protected ElementGrouping |
child |
protected String |
id |
protected int |
max |
protected int |
min |
protected String |
name |
protected URI |
namespace |
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultGroup() |
| Modifier and Type | Method and 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 ...
|
protected ElementGrouping child
protected String id
protected int min
protected int max
protected String name
protected URI namespace
public ElementGrouping getChild()
getChild in interface GroupGroup.getChild()public String getId()
getId in interface GroupGroup.getId()public int getMaxOccurs()
getMaxOccurs in interface ElementGroupinggetMaxOccurs in interface GroupGroup.getMaxOccurs()public int getMinOccurs()
getMinOccurs in interface ElementGroupinggetMinOccurs in interface GroupGroup.getMinOccurs()public String getName()
getName in interface GroupGroup.getName()public URI getNamespace()
getNamespace in interface GroupGroup.getNamespace()public int getGrouping()
getGrouping in interface ElementGroupingElementGrouping.getGrouping()public Element findChildElement(String arg1)
findChildElement in interface ElementGroupingarg1 - ElementGrouping.findChildElement(java.lang.String)public Element findChildElement(String localName, URI namespaceURI)
findChildElement in interface ElementGroupingCopyright © 1996–2019 Geotools. All rights reserved.