Searched defs:XSComplexTypeDecl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java39 * @version $Id: XSComplexTypeDecl.java,v 1.8 2010-11-01 04:39:55 joehw Exp $
41 public class XSComplexTypeDecl implements XSComplexTypeDefinition, TypeInfo { class in inherits:XSComplexTypeDefinition,TypeInfo
97 public XSComplexTypeDecl() { method in class:XSComplexTypeDecl
165 if (fContentType == XSComplexTypeDecl.CONTENTTYPE_SIMPLE ||
166 fContentType == XSComplexTypeDecl.CONTENTTYPE_EMPTY) {
317 && fBaseType instanceof XSComplexTypeDecl) {
318 return ((XSComplexTypeDecl) fBaseType).isDOMDerivedFrom(
434 if (((XSComplexTypeDecl) type).getDerivationMethod() != XSConstants.DERIVATION_RESTRICTION) {
509 if (((XSComplexTypeDecl) type).getDerivationMethod() == XSConstants.DERIVATION_EXTENSION) {
719 } // class XSComplexTypeDecl
[all...]

Completed in 37 milliseconds