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