Uses of Interface
org.apache.xerces.xs.XSComplexTypeDefinition

Packages that use XSComplexTypeDefinition
org.apache.xerces.impl.xs   
org.apache.xerces.xs   
 

Uses of XSComplexTypeDefinition in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XSComplexTypeDefinition
 class XSComplexTypeDecl
          The XML representation for a complexType schema component is a <complexType> element information item
 

Methods in org.apache.xerces.impl.xs that return XSComplexTypeDefinition
 XSComplexTypeDefinition XSElementDecl.getEnclosingCTDefinition()
          Locally scoped declarations are available for use only within the complex type definition identified by the scope property.
 XSComplexTypeDefinition XSAttributeDecl.getEnclosingCTDefinition()
          Locally scoped declarations are available for use only within the complex type definition identified by the scope property.
 

Uses of XSComplexTypeDefinition in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return XSComplexTypeDefinition
 XSComplexTypeDefinition XSElementDeclaration.getEnclosingCTDefinition()
          The complex type definition for locally scoped declarations (see scope), otherwise null if no such definition exists.
 XSComplexTypeDefinition XSAttributeDeclaration.getEnclosingCTDefinition()
          The complex type definition for locally scoped declarations (see scope), otherwise null if no such definition exists.
 



Copyright © 2011. All Rights Reserved.