Uses of Interface
com.sun.xml.xsom.XSSimpleType
-
Packages that use XSSimpleType Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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.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)
-