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 Group
Group.getChild()
public String getId()
getId
in interface Group
Group.getId()
public int getMaxOccurs()
getMaxOccurs
in interface ElementGrouping
getMaxOccurs
in interface Group
Group.getMaxOccurs()
public int getMinOccurs()
getMinOccurs
in interface ElementGrouping
getMinOccurs
in interface Group
Group.getMinOccurs()
public String getName()
getName
in interface Group
Group.getName()
public URI getNamespace()
getNamespace
in interface Group
Group.getNamespace()
public int getGrouping()
getGrouping
in interface ElementGrouping
ElementGrouping.getGrouping()
public Element findChildElement(String arg1)
findChildElement
in interface ElementGrouping
arg1
- ElementGrouping.findChildElement(java.lang.String)
public Element findChildElement(String localName, URI namespaceURI)
findChildElement
in interface ElementGrouping
Copyright © 1996–2019 Geotools. All rights reserved.