Package com.sun.msv.grammar
Interface NameClassAndExpression
-
- All Known Implementing Classes:
AnyOtherElementExp
,AttributeExp
,ElementDeclExp.XSElementExp
,ElementExp
,ElementPattern
,ElementRule
,ExternalElementExp
,SkipElementExp
,TypedElementPattern
public interface NameClassAndExpression
common interface of AttributeExp and ElementExp.- Author:
- Kohsuke KAWAGUCHI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getContentModel()
NameClass
getNameClass()
-
-
-
Method Detail
-
getNameClass
NameClass getNameClass()
-
getContentModel
Expression getContentModel()
-
-