|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectElementGT
public class ElementGT
Provides ...TODO summary sentence
TODO Description
Responsibilities:
Example Use:
ElementGT x = new ElementGT( ... );
TODO code example
modules/library/xml (gt-xml.jar)
Field Summary |
---|
Fields inherited from interface ElementGrouping |
---|
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED |
Constructor Summary | |
---|---|
ElementGT(String id,
String name,
URI namespace,
Type type,
int min,
int max,
boolean nillable,
Element substitutionGroup,
boolean _abstract)
Construct ElementGT . |
Method Summary | |
---|---|
Element |
findChildElement(String name1)
TODO summary sentence for findChildElement ... |
Element |
findChildElement(String localName,
URI namespaceURI)
|
int |
getBlock()
TODO summary sentence for getBlock ... |
String |
getDefault()
TODO summary sentence for getDefault ... |
int |
getFinal()
TODO summary sentence for getFinal ... |
String |
getFixed()
TODO summary sentence for getFixed ... |
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 ... |
Element |
getSubstitutionGroup()
TODO summary sentence for getSubstitutionGroup ... |
Type |
getType()
TODO summary sentence for getType ... |
boolean |
isAbstract()
TODO summary sentence for isAbstract ... |
boolean |
isForm()
TODO summary sentence for isForm ... |
boolean |
isNillable()
TODO summary sentence for isNillable ... |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementGT(String id, String name, URI namespace, Type type, int min, int max, boolean nillable, Element substitutionGroup, boolean _abstract)
ElementGT
.
id
- name
- namespace
- type
- min
- max
- nillable
- substitutionGroup
- _abstract
- Method Detail |
---|
public boolean isAbstract()
isAbstract
in interface Element
Element.isAbstract()
public int getBlock()
getBlock
in interface Element
Element.getBlock()
public String getDefault()
getDefault
in interface Element
Element.getDefault()
public int getFinal()
getFinal
in interface Element
Element.getFinal()
public String getFixed()
getFixed
in interface Element
Element.getFixed()
public boolean isForm()
isForm
in interface Element
Element.isForm()
public String getId()
getId
in interface Element
Element.getId()
public int getMaxOccurs()
getMaxOccurs
in interface Element
getMaxOccurs
in interface ElementGrouping
ElementGrouping.getMaxOccurs()
public int getMinOccurs()
getMinOccurs
in interface Element
getMinOccurs
in interface ElementGrouping
ElementGrouping.getMinOccurs()
public String getName()
getName
in interface Element
Element.getName()
public URI getNamespace()
getNamespace
in interface Element
Element.getNamespace()
public boolean isNillable()
isNillable
in interface Element
Element.isNillable()
public Element getSubstitutionGroup()
getSubstitutionGroup
in interface Element
Element.getSubstitutionGroup()
public Type getType()
getType
in interface Element
Element.getType()
public int getGrouping()
getGrouping
in interface ElementGrouping
ElementGrouping.getGrouping()
public Element findChildElement(String name1)
findChildElement
in interface ElementGrouping
name1
-
ElementGrouping.findChildElement(java.lang.String)
public Element findChildElement(String localName, URI namespaceURI)
findChildElement
in interface ElementGrouping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |