|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxmltorng.document.relaxng.impl.ChoiceNameClassImpl
public class ChoiceNameClassImpl
Field Summary |
---|
Fields inherited from interface xmltorng.framework.document.relaxng.NameClass |
---|
NAMECLASS_ANYNAME, NAMECLASS_CHOICE, NAMECLASS_NAME, NAMECLASS_NSNAME |
Constructor Summary | |
---|---|
ChoiceNameClassImpl(NameClass[] nameClasses)
|
Method Summary | |
---|---|
NameClass |
getChild(int index)
Return the child nameClass with index index . |
int |
getChildCount()
Return the child nameClass count. |
int |
getNameClassType()
Return the nameClass type. |
void |
reorder(java.util.Comparator comparator)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChoiceNameClassImpl(NameClass[] nameClasses)
Method Detail |
---|
public void reorder(java.util.Comparator comparator)
public int getNameClassType()
NameClass
getNameClassType
in interface NameClass
public int getChildCount()
ChoiceNameClass
getChildCount
in interface ChoiceNameClass
public NameClass getChild(int index)
ChoiceNameClass
index
.
0 <= index < childCount
.
getChild
in interface ChoiceNameClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |