Package | Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
XSListSimpleType
List simple type.
|
interface |
XSParticle
Particle schema component.
|
interface |
XSRestrictionSimpleType
Restriction simple type.
|
interface |
XSSimpleType
Simple type.
|
interface |
XSUnionSimpleType
Union simple type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentTypeImpl
Marker interface that says this implementation
implements XSContentType.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyImpl |
class |
ListSimpleTypeImpl |
class |
ParticleImpl |
class |
RestrictionSimpleTypeImpl |
class |
SimpleTypeImpl |
class |
UnionSimpleTypeImpl |
Modifier and Type | Method and Description |
---|---|
XSContentType |
SimpleTypeImpl.asEmpty() |
XSContentType |
EmptyImpl.asEmpty() |
XSContentType |
ParticleImpl.asEmpty() |
XSContentType |
SimpleTypeImpl.getContentType() |
XSContentType |
ComplexTypeImpl.getContentType() |
XSContentType |
Ref.ContentType.getContentType() |
XSContentType |
EmptyImpl.getContentType() |
XSContentType |
ParticleImpl.getContentType() |
XSContentType |
SchemaSetImpl.getEmpty() |
XSContentType |
ComplexTypeImpl.getExplicitContent() |
Modifier and Type | Method and Description |
---|---|
void |
ComplexTypeImpl.setExplicitContent(XSContentType v) |
Modifier and Type | Method and Description |
---|---|
XSContentType |
BaseContentRef.getContentType() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaWriter.empty(XSContentType t) |
void |
SchemaTreeTraverser.empty(XSContentType t) |
Modifier and Type | Method and Description |
---|---|
T |
XSFunctionFilter.empty(XSContentType empty) |
String |
ComponentNameFunction.empty(XSContentType empty) |
String |
NameGetter.empty(XSContentType empty) |
Boolean |
XSFinder.empty(XSContentType empty) |
Modifier and Type | Method and Description |
---|---|
T |
XSContentTypeFunction.empty(XSContentType empty) |
void |
XSContentTypeVisitor.empty(XSContentType empty) |
Copyright © 2014 Oracle. All rights reserved.