|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSContentType | |
|---|---|
| com.sun.tools.xjc.reader.xmlschema | |
| com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
| com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
| com.sun.xml.xsom.impl.parser | Parser that reads XML Schema documents and builds an XSSchemaSet object. |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor | Visitor pattern support for the com.sun.xml.xsom interfaces. |
| Uses of XSContentType in com.sun.tools.xjc.reader.xmlschema |
|---|
| Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSContentType | |
|---|---|
void |
BindGreen.empty(XSContentType xsContentType)
|
void |
BindPurple.empty(XSContentType ct)
|
void |
BindRed.empty(XSContentType xsContentType)
|
void |
BindYellow.empty(XSContentType xsContentType)
|
| Uses of XSContentType in com.sun.xml.xsom |
|---|
| Subinterfaces of XSContentType in com.sun.xml.xsom | |
|---|---|
interface |
XSListSimpleType
List simple type. |
interface |
XSParticle
Particle schema component. |
interface |
XSRestrictionSimpleType
Restriction simple type. |
interface |
XSSimpleType
Simple type. |
interface |
XSUnionSimpleType
Union simple type. |
| Methods in com.sun.xml.xsom that return XSContentType | |
|---|---|
XSContentType |
XSContentType.asEmpty()
If this content type represents the empty content, return this,
otherwise null. |
XSContentType |
XSComplexType.getContentType()
The content of this complex type. |
XSContentType |
XSSchemaSet.getEmpty()
|
XSContentType |
XSComplexType.getExplicitContent()
Gets the explicit content of a complex type with a complex content that was derived by extension. |
| Uses of XSContentType in com.sun.xml.xsom.impl |
|---|
| Subinterfaces of XSContentType in com.sun.xml.xsom.impl | |
|---|---|
interface |
ContentTypeImpl
Marker interface that says this implementation implements XSContentType. |
| Classes in com.sun.xml.xsom.impl that implement XSContentType | |
|---|---|
class |
EmptyImpl
|
class |
ListSimpleTypeImpl
|
class |
ParticleImpl
|
class |
RestrictionSimpleTypeImpl
|
class |
SimpleTypeImpl
|
class |
UnionSimpleTypeImpl
|
| Methods in com.sun.xml.xsom.impl that return XSContentType | |
|---|---|
XSContentType |
EmptyImpl.asEmpty()
|
XSContentType |
ParticleImpl.asEmpty()
|
XSContentType |
SimpleTypeImpl.asEmpty()
|
XSContentType |
ComplexTypeImpl.getContentType()
|
XSContentType |
EmptyImpl.getContentType()
|
XSContentType |
ParticleImpl.getContentType()
|
XSContentType |
Ref.ContentType.getContentType()
|
XSContentType |
SimpleTypeImpl.getContentType()
|
XSContentType |
SchemaSetImpl.getEmpty()
|
XSContentType |
ComplexTypeImpl.getExplicitContent()
|
| Methods in com.sun.xml.xsom.impl with parameters of type XSContentType | |
|---|---|
void |
ComplexTypeImpl.setExplicitContent(XSContentType v)
|
| Uses of XSContentType in com.sun.xml.xsom.impl.parser |
|---|
| Methods in com.sun.xml.xsom.impl.parser that return XSContentType | |
|---|---|
XSContentType |
BaseContentRef.getContentType()
|
| Uses of XSContentType in com.sun.xml.xsom.impl.util |
|---|
| Methods in com.sun.xml.xsom.impl.util with parameters of type XSContentType | |
|---|---|
void |
SchemaTreeTraverser.empty(XSContentType t)
|
void |
SchemaWriter.empty(XSContentType t)
|
| Uses of XSContentType in com.sun.xml.xsom.util |
|---|
| Methods in com.sun.xml.xsom.util with parameters of type XSContentType | |
|---|---|
String |
ComponentNameFunction.empty(XSContentType empty)
|
String |
NameGetter.empty(XSContentType empty)
|
Boolean |
XSFinder.empty(XSContentType empty)
|
T |
XSFunctionFilter.empty(XSContentType empty)
|
| Uses of XSContentType in com.sun.xml.xsom.visitor |
|---|
| Methods in com.sun.xml.xsom.visitor with parameters of type XSContentType | |
|---|---|
T |
XSContentTypeFunction.empty(XSContentType empty)
|
void |
XSContentTypeVisitor.empty(XSContentType empty)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||