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.parser.state | |
com.sun.xml.xsom.impl.scd | |
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 |
private class |
SchemaSetImpl.AnySimpleType |
class |
SimpleTypeImpl |
class |
UnionSimpleTypeImpl |
Modifier and Type | Field and Description |
---|---|
private XSContentType |
SchemaSetImpl.AnyType.contentType |
private XSContentType |
ComplexTypeImpl.explicitContent |
Modifier and Type | Method and Description |
---|---|
XSContentType |
SimpleTypeImpl.asEmpty() |
XSContentType |
SchemaSetImpl.AnySimpleType.asEmpty() |
XSContentType |
SchemaSetImpl.AnyType.asEmpty() |
XSContentType |
EmptyImpl.asEmpty() |
XSContentType |
ParticleImpl.asEmpty() |
XSContentType |
Ref.ContentType.getContentType() |
XSContentType |
SimpleTypeImpl.getContentType() |
XSContentType |
SchemaSetImpl.AnyType.getContentType() |
XSContentType |
ComplexTypeImpl.getContentType() |
XSContentType |
EmptyImpl.getContentType() |
XSContentType |
ParticleImpl.getContentType() |
XSContentType |
SchemaSetImpl.getEmpty() |
XSContentType |
SchemaSetImpl.AnyType.getExplicitContent() |
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 | Field and Description |
---|---|
private XSContentType |
complexType.InheritBaseContentTypeRef.empty |
private XSContentType |
complexType.InheritBaseContentTypeRef.expContent |
Modifier and Type | Method and Description |
---|---|
XSContentType |
complexType.BaseComplexTypeContentRef.getContentType() |
XSContentType |
complexType.InheritBaseContentTypeRef.getContentType() |
Modifier and Type | Method and Description |
---|---|
private Ref.ContentType |
complexType.buildComplexExtensionContentModel(XSContentType explicitContent) |
Constructor and Description |
---|
InheritBaseContentTypeRef(Ref.Type _baseType,
XSContentType _explicitContent,
NGCCRuntimeEx $runtime) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
AbstractAxisImpl.empty(XSContentType empty) |
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) |
java.lang.Boolean |
XSFinder.empty(XSContentType empty) |
java.lang.String |
NameGetter.empty(XSContentType empty) |
java.lang.String |
ComponentNameFunction.empty(XSContentType empty) |
Modifier and Type | Method and Description |
---|---|
T |
XSContentTypeFunction.empty(XSContentType empty) |
void |
XSContentTypeVisitor.empty(XSContentType empty) |