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 classXSComplexTypeDeclThe 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 XSComplexTypeDefinitionXSAttributeDecl. getEnclosingCTDefinition()Locally scoped declarations are available for use only within the complex type definition identified by thescopeproperty.XSComplexTypeDefinitionXSElementDecl. getEnclosingCTDefinition()Locally scoped declarations are available for use only within the complex type definition identified by thescopeproperty. -
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 XSComplexTypeDefinitionXSAttributeDeclaration. getEnclosingCTDefinition()The complex type definition for locally scoped declarations (seescope), otherwisenullif no such definition exists.XSComplexTypeDefinitionXSElementDeclaration. getEnclosingCTDefinition()The complex type definition for locally scoped declarations (seescope), otherwisenullif no such definition exists.
-