xmltorng.framework.document.relaxng
Interface NameClass

All Known Subinterfaces:
AnyName, ChoiceNameClass, Name, NsName
All Known Implementing Classes:
AnyNameImpl, ChoiceNameClassImpl, NameImpl, NsNameImpl

public interface NameClass

Ancestor of the name class interfaces.


Field Summary
static int NAMECLASS_ANYNAME
           
static int NAMECLASS_CHOICE
           
static int NAMECLASS_NAME
           
static int NAMECLASS_NSNAME
           
 
Method Summary
 int getNameClassType()
          Return the nameClass type.
 

Field Detail

NAMECLASS_ANYNAME

static final int NAMECLASS_ANYNAME
See Also:
Constant Field Values

NAMECLASS_NSNAME

static final int NAMECLASS_NSNAME
See Also:
Constant Field Values

NAMECLASS_NAME

static final int NAMECLASS_NAME
See Also:
Constant Field Values

NAMECLASS_CHOICE

static final int NAMECLASS_CHOICE
See Also:
Constant Field Values
Method Detail

getNameClassType

int getNameClassType()
Return the nameClass type. Is one of the NAMECLASS_* constants.