org.geotools.xml.handlers.xsi
Class GroupHandler.DefaultGroup

java.lang.Object
  extended byorg.geotools.xml.handlers.xsi.GroupHandler.DefaultGroup
All Implemented Interfaces:
ElementGrouping, Group
Enclosing class:
GroupHandler

protected static class GroupHandler.DefaultGroup
extends java.lang.Object
implements Group


Field Summary
protected  ElementGrouping child
           
protected  java.lang.String id
           
protected  int max
           
protected  int min
           
protected  java.lang.String name
           
protected  java.net.URI namespace
           
 
Fields inherited from interface org.geotools.xml.schema.ElementGrouping
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED
 
Constructor Summary
protected GroupHandler.DefaultGroup()
           
 
Method Summary
 Element findChildElement(java.lang.String arg1)
          TODO summary sentence for findChildElement ...
 ElementGrouping getChild()
          TODO summary sentence for getChild ...
 int getGrouping()
          TODO summary sentence for getGrouping ...
 java.lang.String getId()
          TODO summary sentence for getId ...
 int getMaxOccurs()
          TODO summary sentence for getMaxOccurs ...
 int getMinOccurs()
          TODO summary sentence for getMinOccurs ...
 java.lang.String getName()
          TODO summary sentence for getName ...
 java.net.URI getNamespace()
          TODO summary sentence for getNamespace ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

protected ElementGrouping child

id

protected java.lang.String id

min

protected int min

max

protected int max

name

protected java.lang.String name

namespace

protected java.net.URI namespace
Constructor Detail

GroupHandler.DefaultGroup

protected GroupHandler.DefaultGroup()
Method Detail

getChild

public ElementGrouping getChild()
TODO summary sentence for getChild ...

Specified by:
getChild in interface Group
Returns:
See Also:
Group.getChild()

getId

public java.lang.String getId()
TODO summary sentence for getId ...

Specified by:
getId in interface Group
Returns:
See Also:
Group.getId()

getMaxOccurs

public int getMaxOccurs()
TODO summary sentence for getMaxOccurs ...

Specified by:
getMaxOccurs in interface Group
Returns:
See Also:
Group.getMaxOccurs()

getMinOccurs

public int getMinOccurs()
TODO summary sentence for getMinOccurs ...

Specified by:
getMinOccurs in interface Group
Returns:
See Also:
Group.getMinOccurs()

getName

public java.lang.String getName()
TODO summary sentence for getName ...

Specified by:
getName in interface Group
Returns:
See Also:
Group.getName()

getNamespace

public java.net.URI getNamespace()
TODO summary sentence for getNamespace ...

Specified by:
getNamespace in interface Group
Returns:
See Also:
Group.getNamespace()

getGrouping

public int getGrouping()
TODO summary sentence for getGrouping ...

Specified by:
getGrouping in interface ElementGrouping
Returns:
See Also:
ElementGrouping.getGrouping()

findChildElement

public Element findChildElement(java.lang.String arg1)
TODO summary sentence for findChildElement ...

Specified by:
findChildElement in interface ElementGrouping
Parameters:
arg1 - The Element LocalName (namespace and prefix should not be included)
Returns:
See Also:
ElementGrouping.findChildElement(java.lang.String)


Copyright © GeoTools. All Rights Reserved.