Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSComplexTypeDefinition
-
Packages that use XSComplexTypeDefinition Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs -
-
Uses of XSComplexTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSComplexTypeDefinition Modifier and Type Class Description class
XSComplexTypeDecl
The XML representation for a complexType schema component is a <complexType> element information itemMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSComplexTypeDefinition Modifier and Type Method Description XSComplexTypeDefinition
XSAttributeDecl. getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the complex type definition identified by thescope
property.XSComplexTypeDefinition
XSElementDecl. getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the complex type definition identified by thescope
property. -
Uses of XSComplexTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSComplexTypeDefinition Modifier and Type Method Description XSComplexTypeDefinition
XSAttributeDeclaration. getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (seescope
), otherwisenull
if no such definition exists.XSComplexTypeDefinition
XSElementDeclaration. getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (seescope
), otherwisenull
if no such definition exists.
-