xmltorng.framework.document.relaxng
Interface ChoiceNameClass

All Superinterfaces:
NameClass
All Known Implementing Classes:
ChoiceNameClassImpl

public interface ChoiceNameClass
extends NameClass

Name class for a choice among several name classes.


Field Summary
 
Fields inherited from interface xmltorng.framework.document.relaxng.NameClass
NAMECLASS_ANYNAME, NAMECLASS_CHOICE, NAMECLASS_NAME, NAMECLASS_NSNAME
 
Method Summary
 NameClass getChild(int index)
          Return the child nameClass with index index.
 int getChildCount()
          Return the child nameClass count.
 
Methods inherited from interface xmltorng.framework.document.relaxng.NameClass
getNameClassType
 

Method Detail

getChildCount

int getChildCount()
Return the child nameClass count. Is >= 1.


getChild

NameClass getChild(int index)
Return the child nameClass with index index. 0 <= index < childCount.