Uses of Interface
com.sun.xml.xsom.XSSimpleType
Packages that use XSSimpleType
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
Uses of XSSimpleType in com.sun.xml.xsom
Subinterfaces of XSSimpleType in com.sun.xml.xsomModifier and TypeInterfaceDescriptioninterface
List simple type.interface
Restriction simple type.interface
Union simple type.Methods in com.sun.xml.xsom that return XSSimpleTypeModifier and TypeMethodDescriptionXSContentType.asSimpleType()
Equivalent of(this instanceof XSSimpleType)?this:null
XSType.asSimpleType()
Casts this object to XSSimpleType if possible, otherwise returns null.XSSchemaSet.getAnySimpleType()
XSListSimpleType.getItemType()
XSUnionSimpleType.getMember
(int idx) XSSimpleType.getPrimitiveType()
Gets the ancestor primitiveXSSimpleType
if this type isatomic
.XSSimpleType.getRedefinedBy()
If thisXSSimpleType
is redefined by another simple type, return that component.XSSimpleType.getSimpleBaseType()
Gets the base type as XSSimpleType.XSSchema.getSimpleType
(String localName) XSSchemaSet.getSimpleType
(String namespaceURI, String localName) XSAttributeDecl.getType()
Methods in com.sun.xml.xsom that return types with arguments of type XSSimpleTypeModifier and TypeMethodDescriptionXSSchema.getSimpleTypes()
Gets all theXSSimpleType
s in this schema.XSSchema.iterateSimpleTypes()
XSSchemaSet.iterateSimpleTypes()
Iterates all simple type definitions in all the schemas. -
Uses of XSSimpleType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSSimpleTypeModifier and TypeClassDescriptionclass
class
class
class
Methods in com.sun.xml.xsom.impl that return XSSimpleTypeModifier and TypeMethodDescriptionComplexTypeImpl.asSimpleType()
EmptyImpl.asSimpleType()
ParticleImpl.asSimpleType()
final XSSimpleType
SimpleTypeImpl.asSimpleType()
SchemaSetImpl.getAnySimpleType()
ListSimpleTypeImpl.getItemType()
UnionSimpleTypeImpl.getMember
(int idx) ListSimpleTypeImpl.getPrimitiveType()
RestrictionSimpleTypeImpl.getPrimitiveType()
UnionSimpleTypeImpl.getPrimitiveType()
SimpleTypeImpl.getRedefinedBy()
SimpleTypeImpl.getSimpleBaseType()
SchemaImpl.getSimpleType
(String name) SchemaSetImpl.getSimpleType
(String ns, String localName) AttributeDeclImpl.getType()
Ref.SimpleType.getType()
SimpleTypeImpl.getType()
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSimpleTypeModifier and TypeMethodDescriptionSchemaImpl.getSimpleTypes()
SchemaImpl.iterateSimpleTypes()
SchemaSetImpl.iterateSimpleTypes()
UnionSimpleTypeImpl.iterator()
Methods in com.sun.xml.xsom.impl with parameters of type XSSimpleTypeModifier and TypeMethodDescriptionvoid
SchemaImpl.addSimpleType
(XSSimpleType newDecl, boolean overwrite) -
Uses of XSSimpleType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSSimpleType -
Uses of XSSimpleType in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSSimpleTypeModifier and TypeFieldDescriptionstatic final Axis<XSSimpleType>
Axis.ITEM_TYPE
static final Axis<XSSimpleType>
Axis.MEMBER_TYPE
static final Axis<XSSimpleType>
Axis.PRIMITIVE_TYPE
-
Uses of XSSimpleType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSimpleTypeModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.simpleType
(XSSimpleType type) void
SchemaWriter.simpleType
(XSSimpleType type) -
Uses of XSSimpleType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSSimpleTypeModifier and TypeMethodDescriptionComponentNameFunction.simpleType
(XSSimpleType simpleType) NameGetter.simpleType
(XSSimpleType simpleType) XSFinder.simpleType
(XSSimpleType simpleType) XSFunctionFilter.simpleType
(XSSimpleType simpleType) -
Uses of XSSimpleType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSSimpleTypeModifier and TypeMethodDescriptionXSContentTypeFunction.simpleType
(XSSimpleType simpleType) void
XSContentTypeVisitor.simpleType
(XSSimpleType simpleType) -
Uses of XSSimpleType in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSSimpleTypeModifier and TypeMethodDescriptionvoid
AtlasRewritingXSVisitor.simpleType
(XSSimpleType simpleType)