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.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.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.xsominterfaces. -
-
Uses of XSSimpleType in com.sun.xml.xsom
Subinterfaces of XSSimpleType in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSListSimpleTypeList simple type.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSUnionSimpleTypeUnion simple type.Methods in com.sun.xml.xsom that return XSSimpleType Modifier and Type Method Description XSSimpleTypeXSContentType. asSimpleType()Equivalent of(this instanceof XSSimpleType)?this:nullXSSimpleTypeXSType. asSimpleType()Casts this object to XSSimpleType if possible, otherwise returns null.XSSimpleTypeXSSchemaSet. getAnySimpleType()XSSimpleTypeXSListSimpleType. getItemType()XSSimpleTypeXSUnionSimpleType. getMember(int idx)XSSimpleTypeXSSimpleType. getPrimitiveType()Gets the ancestor primitiveXSSimpleTypeif this type isatomic.XSSimpleTypeXSSimpleType. getRedefinedBy()If thisXSSimpleTypeis redefined by another simple type, return that component.XSSimpleTypeXSSimpleType. getSimpleBaseType()Gets the base type as XSSimpleType.XSSimpleTypeXSSchema. getSimpleType(String localName)XSSimpleTypeXSSchemaSet. getSimpleType(String namespaceURI, String localName)XSSimpleTypeXSAttributeDecl. getType()Methods in com.sun.xml.xsom that return types with arguments of type XSSimpleType Modifier and Type Method Description Map<String,XSSimpleType>XSSchema. getSimpleTypes()Gets all theXSSimpleTypes in this schema.Iterator<XSSimpleType>XSSchema. iterateSimpleTypes()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 classListSimpleTypeImplclassRestrictionSimpleTypeImplclassSimpleTypeImplclassUnionSimpleTypeImplMethods in com.sun.xml.xsom.impl that return XSSimpleType Modifier and Type Method Description XSSimpleTypeComplexTypeImpl. asSimpleType()XSSimpleTypeEmptyImpl. asSimpleType()XSSimpleTypeParticleImpl. asSimpleType()XSSimpleTypeSimpleTypeImpl. asSimpleType()XSSimpleTypeSchemaSetImpl. getAnySimpleType()XSSimpleTypeListSimpleTypeImpl. getItemType()XSSimpleTypeUnionSimpleTypeImpl. getMember(int idx)XSSimpleTypeListSimpleTypeImpl. getPrimitiveType()XSSimpleTypeRestrictionSimpleTypeImpl. getPrimitiveType()XSSimpleTypeUnionSimpleTypeImpl. getPrimitiveType()XSSimpleTypeSimpleTypeImpl. getRedefinedBy()XSSimpleTypeSimpleTypeImpl. getSimpleBaseType()XSSimpleTypeSchemaImpl. getSimpleType(String name)XSSimpleTypeSchemaSetImpl. getSimpleType(String ns, String localName)XSSimpleTypeAttributeDeclImpl. getType()XSSimpleTypeRef.SimpleType. getType()XSSimpleTypeSimpleTypeImpl. getType()Methods in com.sun.xml.xsom.impl that return types with arguments of type XSSimpleType Modifier and Type Method Description Map<String,XSSimpleType>SchemaImpl. getSimpleTypes()Iterator<XSSimpleType>SchemaImpl. iterateSimpleTypes()Iterator<XSSimpleType>SchemaSetImpl. iterateSimpleTypes()Iterator<XSSimpleType>UnionSimpleTypeImpl. iterator()Methods in com.sun.xml.xsom.impl with parameters of type XSSimpleType Modifier and Type Method Description voidSchemaImpl. 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 XSSimpleTypeDelayedRef.SimpleType. 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_TYPEstatic Axis<XSSimpleType>Axis. MEMBER_TYPEstatic 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 XSSimpleType Modifier and Type Method Description voidSchemaTreeTraverser. simpleType(XSSimpleType type)voidSchemaWriter. 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 StringComponentNameFunction. simpleType(XSSimpleType simpleType)StringNameGetter. simpleType(XSSimpleType simpleType)BooleanXSFinder. simpleType(XSSimpleType simpleType)TXSFunctionFilter. 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 TXSContentTypeFunction. simpleType(XSSimpleType simpleType)voidXSContentTypeVisitor. simpleType(XSSimpleType simpleType)
-