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

Object
  extended by GroupHandler.DefaultGroup
All Implemented Interfaces:
ElementGrouping, Group
Enclosing class:
GroupHandler

protected static class GroupHandler.DefaultGroup
extends Object
implements Group


Field Summary
protected  ElementGrouping child
           
protected  String id
           
protected  int max
           
protected  int min
           
protected  String name
           
protected  URI namespace
           
 
Fields inherited from interface ElementGrouping
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED
 
Constructor Summary
protected GroupHandler.DefaultGroup()
           
 
Method Summary
 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 ...
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

GroupHandler.DefaultGroup

protected GroupHandler.DefaultGroup()
Method Detail

getChild

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

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

getId

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

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

getMaxOccurs

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

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

getMinOccurs

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

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

getName

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

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

getNamespace

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

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

getGrouping

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

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

findChildElement

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

Specified by:
findChildElement in interface ElementGrouping
Parameters:
arg1 -
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 interface ElementGrouping


Copyright © 1996-2014 Geotools. All Rights Reserved.