|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XSComplexType | |
|---|---|
| com.sun.tools.xjc.reader.xmlschema | |
| com.sun.tools.xjc.reader.xmlschema.ct | |
| com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
| com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
| com.sun.xml.xsom.impl.parser | Parser that reads XML Schema documents and builds an XSSchemaSet object. |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor | Visitor pattern support for the com.sun.xml.xsom interfaces. |
| Uses of XSComplexType in com.sun.tools.xjc.reader.xmlschema |
|---|
| Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSComplexType | |
|---|---|
CClass |
ClassSelector.bindToType(XSComplexType t,
XSComponent referer,
boolean cannotBeDelayed)
|
void |
BindGreen.complexType(XSComplexType ct)
|
void |
BindPurple.complexType(XSComplexType ct)
|
void |
BindRed.complexType(XSComplexType ct)
|
void |
BindYellow.complexType(XSComplexType ct)
|
| Uses of XSComplexType in com.sun.tools.xjc.reader.xmlschema.ct |
|---|
| Methods in com.sun.tools.xjc.reader.xmlschema.ct with parameters of type XSComplexType | |
|---|---|
void |
ComplexTypeFieldBuilder.build(XSComplexType type)
Binds a complex type to a field expression. |
protected ComplexTypeBindingMode |
ComplexTypeFieldBuilder.getBindingMode(XSComplexType type)
Obtains the binding mode recorded through ComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode). |
void |
ComplexTypeFieldBuilder.recordBindingMode(XSComplexType type,
ComplexTypeBindingMode flag)
Records the binding mode of the given complex type. |
| Uses of XSComplexType in com.sun.xml.xsom |
|---|
| Methods in com.sun.xml.xsom that return XSComplexType | |
|---|---|
XSComplexType |
XSType.asComplexType()
Casts this object to XSComplexType if possible, otherwise returns null. |
XSComplexType |
XSSchemaSet.getAnyType()
|
XSComplexType |
XSSchema.getComplexType(String localName)
|
XSComplexType |
XSSchemaSet.getComplexType(String namespaceURI,
String localName)
|
XSComplexType |
XSComplexType.getRedefinedBy()
If this XSComplexType is redefined by another complex type,
return that component. |
| Methods in com.sun.xml.xsom that return types with arguments of type XSComplexType | |
|---|---|
Map<String,XSComplexType> |
XSSchema.getComplexTypes()
Gets all the XSComplexTypes in this schema. |
List<XSComplexType> |
XSComplexType.getSubtypes()
Returns a list of direct subtypes of this complex type. |
Iterator<XSComplexType> |
XSSchema.iterateComplexTypes()
|
Iterator<XSComplexType> |
XSSchemaSet.iterateComplexTypes()
Iterates all complex type definitions in all the schemas. |
| Uses of XSComplexType in com.sun.xml.xsom.impl |
|---|
| Classes in com.sun.xml.xsom.impl that implement XSComplexType | |
|---|---|
class |
ComplexTypeImpl
|
| Methods in com.sun.xml.xsom.impl that return XSComplexType | |
|---|---|
XSComplexType |
ComplexTypeImpl.asComplexType()
|
XSComplexType |
SimpleTypeImpl.asComplexType()
|
XSComplexType |
SchemaSetImpl.getAnyType()
|
XSComplexType |
SchemaImpl.getComplexType(String name)
|
XSComplexType |
SchemaSetImpl.getComplexType(String ns,
String localName)
|
XSComplexType |
ComplexTypeImpl.getRedefinedBy()
|
XSComplexType |
ComplexTypeImpl.getType()
|
XSComplexType |
Ref.ComplexType.getType()
|
| Methods in com.sun.xml.xsom.impl that return types with arguments of type XSComplexType | |
|---|---|
Map<String,XSComplexType> |
SchemaImpl.getComplexTypes()
|
List<XSComplexType> |
ComplexTypeImpl.getSubtypes()
|
Iterator<XSComplexType> |
SchemaImpl.iterateComplexTypes()
|
Iterator<XSComplexType> |
SchemaSetImpl.iterateComplexTypes()
|
| Methods in com.sun.xml.xsom.impl with parameters of type XSComplexType | |
|---|---|
void |
SchemaImpl.addComplexType(XSComplexType newDecl,
boolean overwrite)
|
| Uses of XSComplexType in com.sun.xml.xsom.impl.parser |
|---|
| Methods in com.sun.xml.xsom.impl.parser that return XSComplexType | |
|---|---|
XSComplexType |
DelayedRef.ComplexType.getType()
|
| Uses of XSComplexType in com.sun.xml.xsom.impl.util |
|---|
| Methods in com.sun.xml.xsom.impl.util with parameters of type XSComplexType | |
|---|---|
void |
SchemaTreeTraverser.complexType(XSComplexType type)
|
void |
SchemaWriter.complexType(XSComplexType type)
|
| Uses of XSComplexType in com.sun.xml.xsom.util |
|---|
| Methods in com.sun.xml.xsom.util with parameters of type XSComplexType | |
|---|---|
String |
ComponentNameFunction.complexType(XSComplexType type)
|
String |
NameGetter.complexType(XSComplexType type)
|
Boolean |
XSFinder.complexType(XSComplexType type)
|
T |
XSFunctionFilter.complexType(XSComplexType type)
|
| Uses of XSComplexType in com.sun.xml.xsom.visitor |
|---|
| Methods in com.sun.xml.xsom.visitor with parameters of type XSComplexType | |
|---|---|
T |
XSFunction.complexType(XSComplexType type)
|
void |
XSVisitor.complexType(XSComplexType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||