Uses of Interface
com.sun.xml.xsom.XSComplexType
-
Packages that use XSComplexType 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.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 XSComplexType in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSComplexType Modifier and Type Method Description XSComplexType
XSType. asComplexType()
Casts this object to XSComplexType if possible, otherwise returns null.XSComplexType
XSSchemaSet. getAnyType()
XSComplexType
XSSchema. getComplexType(java.lang.String localName)
XSComplexType
XSSchemaSet. getComplexType(java.lang.String namespaceURI, java.lang.String localName)
XSComplexType
XSComplexType. getRedefinedBy()
If thisXSComplexType
is redefined by another complex type, return that component.Methods in com.sun.xml.xsom that return types with arguments of type XSComplexType Modifier and Type Method Description java.util.Map<java.lang.String,XSComplexType>
XSSchema. getComplexTypes()
Gets all theXSComplexType
s in this schema.java.util.List<XSComplexType>
XSComplexType. getSubtypes()
Returns a list of direct subtypes of this complex type.java.util.Iterator<XSComplexType>
XSSchema. iterateComplexTypes()
java.util.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 Modifier and Type Class Description class
ComplexTypeImpl
private class
SchemaSetImpl.AnyType
Fields in com.sun.xml.xsom.impl with type parameters of type XSComplexType Modifier and Type Field Description private java.util.Map<java.lang.String,XSComplexType>
SchemaImpl. complexTypes
private java.util.Map<java.lang.String,XSComplexType>
SchemaImpl. complexTypesView
Methods in com.sun.xml.xsom.impl that return XSComplexType Modifier and Type Method Description XSComplexType
ComplexTypeImpl. asComplexType()
XSComplexType
SchemaSetImpl.AnySimpleType. asComplexType()
XSComplexType
SchemaSetImpl.AnyType. asComplexType()
XSComplexType
SimpleTypeImpl. asComplexType()
XSComplexType
SchemaSetImpl. getAnyType()
XSComplexType
SchemaImpl. getComplexType(java.lang.String name)
XSComplexType
SchemaSetImpl. getComplexType(java.lang.String ns, java.lang.String localName)
XSComplexType
ComplexTypeImpl. getRedefinedBy()
XSComplexType
SchemaSetImpl.AnyType. getRedefinedBy()
XSComplexType
ComplexTypeImpl. getType()
XSComplexType
Ref.ComplexType. getType()
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSComplexType Modifier and Type Method Description java.util.Map<java.lang.String,XSComplexType>
SchemaImpl. getComplexTypes()
java.util.List<XSComplexType>
ComplexTypeImpl. getSubtypes()
java.util.List<XSComplexType>
SchemaSetImpl.AnyType. getSubtypes()
java.util.Iterator<XSComplexType>
SchemaImpl. iterateComplexTypes()
java.util.Iterator<XSComplexType>
SchemaSetImpl. iterateComplexTypes()
Methods in com.sun.xml.xsom.impl with parameters of type XSComplexType Modifier and Type Method Description 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 Modifier and Type Method Description XSComplexType
DelayedRef.ComplexType. getType()
-
Uses of XSComplexType in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSComplexType Modifier and Type Method Description java.util.Iterator<T>
AbstractAxisImpl. complexType(XSComplexType type)
-
Uses of XSComplexType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSComplexType Modifier and Type Method Description void
SchemaTreeTraverser. complexType(XSComplexType type)
void
SchemaWriter. complexType(XSComplexType type)
private void
SchemaTreeTraverser. dumpComplexTypeAttribute(XSComplexType type)
Creates node for complex type.private void
SchemaWriter. dumpComplexTypeAttribute(XSComplexType type)
-
Uses of XSComplexType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSComplexType Modifier and Type Method Description java.lang.String
ComponentNameFunction. complexType(XSComplexType type)
java.lang.String
NameGetter. complexType(XSComplexType type)
java.lang.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 Modifier and Type Method Description T
XSFunction. complexType(XSComplexType type)
void
XSVisitor. complexType(XSComplexType type)
-