| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.impl.xs | |
| jdk7u.jaxp.org.apache.xerces.external.xs |
| Modifier and Type | Class and Description |
|---|---|
class |
XSComplexTypeDecl
The XML representation for a complexType
schema component is a
|
| Modifier and Type | Method and Description |
|---|---|
XSComplexTypeDefinition |
XSAttributeDecl.getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the
complex type definition identified by the
scope
property. |
XSComplexTypeDefinition |
XSElementDecl.getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the
complex type definition identified by the
scope
property. |
| Modifier and Type | Method and Description |
|---|---|
XSComplexTypeDefinition |
XSAttributeDeclaration.getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see
scope), otherwise null if no such
definition exists. |
XSComplexTypeDefinition |
XSElementDeclaration.getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see
scope), otherwise null if no such
definition exists. |
Copyright © 2018–2021 mhoffrogge. All rights reserved.