Uses of Interface
com.sun.xml.xsom.XSSimpleType
-
Packages that use XSSimpleType Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
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 thecom.sun.xml.xsom
interfaces. -
-
Uses of XSSimpleType in com.sun.xml.xsom
Subinterfaces of XSSimpleType in com.sun.xml.xsom Modifier and Type Interface Description interface
XSListSimpleType
List simple type.interface
XSRestrictionSimpleType
Restriction simple type.interface
XSUnionSimpleType
Union simple type.Methods in com.sun.xml.xsom that return XSSimpleType 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 primitiveXSSimpleType
if this type isatomic
.XSSimpleType
XSSimpleType. getRedefinedBy()
If thisXSSimpleType
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()
Methods in com.sun.xml.xsom that return types with arguments of type XSSimpleType Modifier and Type Method Description java.util.Map<java.lang.String,XSSimpleType>
XSSchema. getSimpleTypes()
Gets all theXSSimpleType
s in this schema.java.util.Iterator<XSSimpleType>
XSSchema. iterateSimpleTypes()
java.util.Iterator<XSSimpleType>
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 XSSimpleType Modifier and Type Class Description class
ListSimpleTypeImpl
class
RestrictionSimpleTypeImpl
private class
SchemaSetImpl.AnySimpleType
class
SimpleTypeImpl
class
UnionSimpleTypeImpl
Fields in com.sun.xml.xsom.impl with type parameters of type XSSimpleType Modifier and Type Field Description private java.util.Map<java.lang.String,XSSimpleType>
SchemaImpl. simpleTypes
private java.util.Map<java.lang.String,XSSimpleType>
SchemaImpl. simpleTypesView
Methods in com.sun.xml.xsom.impl that return XSSimpleType Modifier and Type Method Description XSSimpleType
ComplexTypeImpl. asSimpleType()
XSSimpleType
EmptyImpl. asSimpleType()
XSSimpleType
ParticleImpl. asSimpleType()
XSSimpleType
SchemaSetImpl.AnySimpleType. asSimpleType()
XSSimpleType
SchemaSetImpl.AnyType. asSimpleType()
XSSimpleType
SimpleTypeImpl. asSimpleType()
XSSimpleType
SchemaSetImpl. getAnySimpleType()
XSSimpleType
ListSimpleTypeImpl. getItemType()
XSSimpleType
UnionSimpleTypeImpl. getMember(int idx)
XSSimpleType
ListSimpleTypeImpl. getPrimitiveType()
XSSimpleType
RestrictionSimpleTypeImpl. getPrimitiveType()
XSSimpleType
SchemaSetImpl.AnySimpleType. getPrimitiveType()
XSSimpleType
UnionSimpleTypeImpl. getPrimitiveType()
XSSimpleType
SchemaSetImpl.AnySimpleType. getRedefinedBy()
XSSimpleType
SimpleTypeImpl. getRedefinedBy()
XSSimpleType
SchemaSetImpl.AnySimpleType. getSimpleBaseType()
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
SchemaSetImpl.AnySimpleType. getType()
XSSimpleType
SimpleTypeImpl. getType()
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSimpleType 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()
Methods in com.sun.xml.xsom.impl with parameters of type XSSimpleType Modifier and Type Method Description void
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 Modifier and Type Method Description XSSimpleType
DelayedRef.SimpleType. getType()
-
Uses of XSSimpleType in com.sun.xml.xsom.impl.parser.state
Methods in com.sun.xml.xsom.impl.parser.state that return XSSimpleType Modifier and Type Method Description XSSimpleType
complexType.BaseContentSimpleTypeRef. getType()
-
Uses of XSSimpleType in com.sun.xml.xsom.impl.scd
Fields in com.sun.xml.xsom.impl.scd with type parameters of type XSSimpleType Modifier and Type Field Description static Axis<XSSimpleType>
Axis. ITEM_TYPE
static Axis<XSSimpleType>
Axis. MEMBER_TYPE
static Axis<XSSimpleType>
Axis. PRIMITIVE_TYPE
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSSimpleType Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. simpleType(XSSimpleType simpleType)
-
Uses of XSSimpleType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSimpleType Modifier and Type Method Description void
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 XSSimpleType 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)
-
Uses of XSSimpleType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSSimpleType Modifier and Type Method Description T
XSContentTypeFunction. simpleType(XSSimpleType simpleType)
void
XSContentTypeVisitor. simpleType(XSSimpleType simpleType)
-