Package com.sun.xml.xsom.impl
Interface ContentTypeImpl
-
- All Superinterfaces:
Ref.ContentType
,XSComponent
,XSContentType
- All Known Implementing Classes:
EmptyImpl
,ListSimpleTypeImpl
,ParticleImpl
,RestrictionSimpleTypeImpl
,SimpleTypeImpl
,UnionSimpleTypeImpl
public interface ContentTypeImpl extends Ref.ContentType, XSContentType
Marker interface that says this implementation implements XSContentType.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
-
Methods inherited from interface com.sun.xml.xsom.impl.Ref.ContentType
getContentType
-
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Methods inherited from interface com.sun.xml.xsom.XSContentType
apply, asEmpty, asParticle, asSimpleType, visit
-
-