Lines Matching refs:XSComplexTypeDecl

224             fComplexTypeDecls = new XSComplexTypeDecl[grammar.fComplexTypeDecls.length];
447 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl) {
450 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location) {
459 public void addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator) {
549 XSComplexTypeDecl annotationType = new XSComplexTypeDecl();
550 XSComplexTypeDecl documentationType = new XSComplexTypeDecl();
551 XSComplexTypeDecl appinfoType = new XSComplexTypeDecl();
630 XSComplexTypeDecl.CONTENTTYPE_ELEMENT, false, annotationAttrs, null, annotationParticle, new XSObjectListImpl(null, 0));
636 XSComplexTypeDecl.CONTENTTYPE_MIXED, false, documentationAttrs, null, anyWCSequenceParticle, new XSObjectListImpl(null, 0));
642 XSComplexTypeDecl.CONTENTTYPE_MIXED, false, appinfoAttrs, null, anyWCSequenceParticle, new XSObjectListImpl(null, 0));
698 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl) {
701 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location) {
710 public void addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator) {
910 if (decl instanceof XSComplexTypeDecl) {
911 ((XSComplexTypeDecl) decl).setNamespaceItem(this);
921 if (decl instanceof XSComplexTypeDecl) {
922 ((XSComplexTypeDecl) decl).setNamespaceItem(this);
933 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl) {
938 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location) {
1063 private XSComplexTypeDecl[] fComplexTypeDecls = new XSComplexTypeDecl[INITIAL_SIZE];
1080 public void addComplexTypeDecl(XSComplexTypeDecl decl, SimpleLocator locator) {
1106 final XSComplexTypeDecl[] getUncheckedComplexTypeDecls() {
1173 public final static XSComplexTypeDecl fAnyType = new XSAnyType();
1174 private static class XSAnyType extends XSComplexTypeDecl {
1180 fContentType = XSComplexTypeDecl.CONTENTTYPE_MIXED;
1277 ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) {
1313 static final XSComplexTypeDecl[] resize(XSComplexTypeDecl[] oldArray, int newSize) {
1314 XSComplexTypeDecl[] newArray = new XSComplexTypeDecl[newSize];