| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.parser | |
| com.sun.xml.xsom.impl.scd | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
XSListSimpleType |
List simple type.
|
interface |
XSRestrictionSimpleType |
Restriction simple type.
|
interface |
XSUnionSimpleType |
Union simple type.
|
| Modifier and Type | Method | Description |
|---|---|---|
XSSimpleType |
XSContentType.asSimpleType() |
Equivalent of
(this instanceof XSSimpleType)?this:null |
XSSimpleType |
XSType.asSimpleType() |
Casts this object to XSSimpleType if possible, otherwise returns null.
|
XSSimpleType |
XSSchemaSet.getAnySimpleType() |
|
XSSimpleType |
XSListSimpleType.getItemType() |
|
XSSimpleType |
XSUnionSimpleType.getMember(int idx) |
|
XSSimpleType |
XSSimpleType.getPrimitiveType() |
Gets the ancestor primitive
XSSimpleType if
this type is atomic. |
XSSimpleType |
XSSimpleType.getRedefinedBy() |
If this
XSSimpleType is redefined by another simple type,
return that component. |
XSSimpleType |
XSSimpleType.getSimpleBaseType() |
Gets the base type as XSSimpleType.
|
XSSimpleType |
XSSchema.getSimpleType(java.lang.String localName) |
|
XSSimpleType |
XSSchemaSet.getSimpleType(java.lang.String namespaceURI,
java.lang.String localName) |
|
XSSimpleType |
XSAttributeDecl.getType() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSSimpleType> |
XSSchema.getSimpleTypes() |
Gets all the
XSSimpleTypes in this schema. |
java.util.Iterator<XSSimpleType> |
XSSchema.iterateSimpleTypes() |
|
java.util.Iterator<XSSimpleType> |
XSSchemaSet.iterateSimpleTypes() |
Iterates all simple type definitions in all the schemas.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ListSimpleTypeImpl |
|
class |
RestrictionSimpleTypeImpl |
|
class |
SimpleTypeImpl |
|
class |
UnionSimpleTypeImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSSimpleType |
ComplexTypeImpl.asSimpleType() |
|
XSSimpleType |
EmptyImpl.asSimpleType() |
|
XSSimpleType |
ParticleImpl.asSimpleType() |
|
XSSimpleType |
SimpleTypeImpl.asSimpleType() |
|
XSSimpleType |
SchemaSetImpl.getAnySimpleType() |
|
XSSimpleType |
ListSimpleTypeImpl.getItemType() |
|
XSSimpleType |
UnionSimpleTypeImpl.getMember(int idx) |
|
XSSimpleType |
ListSimpleTypeImpl.getPrimitiveType() |
|
XSSimpleType |
RestrictionSimpleTypeImpl.getPrimitiveType() |
|
XSSimpleType |
UnionSimpleTypeImpl.getPrimitiveType() |
|
XSSimpleType |
SimpleTypeImpl.getRedefinedBy() |
|
XSSimpleType |
SimpleTypeImpl.getSimpleBaseType() |
|
XSSimpleType |
SchemaImpl.getSimpleType(java.lang.String name) |
|
XSSimpleType |
SchemaSetImpl.getSimpleType(java.lang.String ns,
java.lang.String localName) |
|
XSSimpleType |
AttributeDeclImpl.getType() |
|
XSSimpleType |
Ref.SimpleType.getType() |
|
XSSimpleType |
SimpleTypeImpl.getType() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,XSSimpleType> |
SchemaImpl.getSimpleTypes() |
|
java.util.Iterator<XSSimpleType> |
SchemaImpl.iterateSimpleTypes() |
|
java.util.Iterator<XSSimpleType> |
SchemaSetImpl.iterateSimpleTypes() |
|
java.util.Iterator<XSSimpleType> |
UnionSimpleTypeImpl.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaImpl.addSimpleType(XSSimpleType newDecl,
boolean overwrite) |
| Modifier and Type | Method | Description |
|---|---|---|
XSSimpleType |
DelayedRef.SimpleType.getType() |
| Modifier and Type | Field | Description |
|---|---|---|
static Axis<XSSimpleType> |
Axis.ITEM_TYPE |
|
static Axis<XSSimpleType> |
Axis.MEMBER_TYPE |
|
static Axis<XSSimpleType> |
Axis.PRIMITIVE_TYPE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.simpleType(XSSimpleType type) |
|
void |
SchemaWriter.simpleType(XSSimpleType type) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ComponentNameFunction.simpleType(XSSimpleType simpleType) |
|
java.lang.String |
NameGetter.simpleType(XSSimpleType simpleType) |
|
java.lang.Boolean |
XSFinder.simpleType(XSSimpleType simpleType) |
|
T |
XSFunctionFilter.simpleType(XSSimpleType simpleType) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSContentTypeFunction.simpleType(XSSimpleType simpleType) |
|
void |
XSContentTypeVisitor.simpleType(XSSimpleType simpleType) |
Copyright © 2018 Oracle. All rights reserved.