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.
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
getNameClassType
int getNameClassType()
- Return the nameClass type.
Is one of the NAMECLASS_* constants.