Lines Matching refs:simpleType

1136                                        + "attType : "+fTempAttDecl.simpleType.type + "\n"
1137 + "attDefaultType : "+fTempAttDecl.simpleType.defaultType + "\n"
1138 + "attDefaultValue : '"+fTempAttDecl.simpleType.defaultValue + "'\n"
1147 int attDefaultType =fTempAttDecl.simpleType.defaultType;
1150 if (fTempAttDecl.simpleType.defaultValue != null) {
1151 attValue = fTempAttDecl.simpleType.defaultValue;
1290 if (fTempAttDecl.simpleType.defaultType ==
1292 String defaultValue = fTempAttDecl.simpleType.defaultValue;
1305 if (fTempAttDecl.simpleType.type == XMLSimpleType.TYPE_ENTITY ||
1306 fTempAttDecl.simpleType.type == XMLSimpleType.TYPE_ENUMERATION ||
1307 fTempAttDecl.simpleType.type == XMLSimpleType.TYPE_ID ||
1308 fTempAttDecl.simpleType.type == XMLSimpleType.TYPE_IDREF ||
1309 fTempAttDecl.simpleType.type == XMLSimpleType.TYPE_NMTOKEN ||
1310 fTempAttDecl.simpleType.type == XMLSimpleType.TYPE_NOTATION
1349 switch (attributeDecl.simpleType.type) {
1352 boolean isAlistAttribute = attributeDecl.simpleType.list;
1375 String [] enumVals = attributeDecl.simpleType.enumeration;
1415 boolean isAlistAttribute = attributeDecl.simpleType.list;//Caveat - Save this information because invalidStandaloneAttDef
1444 boolean isAlistAttribute = attributeDecl.simpleType.list;//Caveat - Save this information because invalidStandaloneAttDef
1752 switch (attrDecl.simpleType.type) {
1754 return attrDecl.simpleType.list ? XMLSymbols.fENTITIESSymbol : XMLSymbols.fENTITYSymbol;
1759 for (int i=0; i<attrDecl.simpleType.enumeration.length ; i++) {
1763 buffer.append(attrDecl.simpleType.enumeration[i]);
1772 return attrDecl.simpleType.list ? XMLSymbols.fIDREFSSymbol : XMLSymbols.fIDREFSymbol;
1775 return attrDecl.simpleType.list ? XMLSymbols.fNMTOKENSSymbol : XMLSymbols.fNMTOKENSymbol;