Search Results
OK to copy?
Examples 1 through 10 of
21 (0.0030 seconds)
Class:
org.apache.jasper.compiler.JspConfig
©,
Rating:
0% of 0,
C3
Class: org.apache.jasper.compiler.JspConfig ©, Rating: 0% of 0, C3
Class: org.apache.jasper.compiler.PageInfo ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.awt.image.rendered.AbstractRed ©, Rating: 0% of 0, C2
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 100% of 1, C2
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C2
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C2
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C3
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C3
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C3
300 }
301 if (jp.getIncludeCoda() != null) {
302 includeCodas.addAll(jp.getIncludeCoda());
303 }
304
Class: org.apache.jasper.compiler.JspConfig ©, Rating: 0% of 0, C3
297 // Add include-preludes and include-codas
298 if (jp.getIncludePrelude() != null) {
299 includePreludes.addAll(jp.getIncludePrelude());
300 }
301 if (jp.getIncludeCoda() != null) {
Class: org.apache.jasper.compiler.PageInfo ©, Rating: 0% of 0, C1
Class: org.apache.batik.ext.awt.image.rendered.AbstractRed ©, Rating: 0% of 0, C2
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 100% of 1, C2
0286 v.addAll(processSequenceNode(children.item(j), symbolTable));
0287 } else if (subNodeKind.getLocalPart().equals("all")) {
0288 v.addAll(processAllNode(children.item(j), symbolTable));
0289 }
0290 }
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C2
0284 v.addAll(processChoiceNode(children.item(j), symbolTable));
0285 } else if (subNodeKind.getLocalPart().equals("sequence")) {
0286 v.addAll(processSequenceNode(children.item(j), symbolTable));
0287 } else if (subNodeKind.getLocalPart().equals("all")) {
0288 v.addAll(processAllNode(children.item(j), symbolTable));
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C2
0282 Constants.isSchemaXSD(subNodeKind.getNamespaceURI())) {
0283 if (subNodeKind.getLocalPart().equals("choice")) {
0284 v.addAll(processChoiceNode(children.item(j), symbolTable));
0285 } else if (subNodeKind.getLocalPart().equals("sequence")) {
0286 v.addAll(processSequenceNode(children.item(j), symbolTable));
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C3
0246 v.addAll(processSequenceNode(children.item(j), symbolTable));
0247 } else if (subNodeKind.getLocalPart().equals("group")) {
0248 v.addAll(processGroupNode(children.item(j), symbolTable));
0249 } else if (subNodeKind.getLocalPart().equals("any")) {
0250 // Represent this as an element named any of type any type.
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C3
0244 v.addAll(processChoiceNode(children.item(j), symbolTable));
0245 } else if (subNodeKind.getLocalPart().equals("sequence")) {
0246 v.addAll(processSequenceNode(children.item(j), symbolTable));
0247 } else if (subNodeKind.getLocalPart().equals("group")) {
0248 v.addAll(processGroupNode(children.item(j), symbolTable));
Class: org.apache.axis.wsdl.symbolTable.SchemaUtils ©, Rating: 0% of 0, C3
0242 Constants.isSchemaXSD(subNodeKind.getNamespaceURI())) {
0243 if (subNodeKind.getLocalPart().equals("choice")) {
0244 v.addAll(processChoiceNode(children.item(j), symbolTable));
0245 } else if (subNodeKind.getLocalPart().equals("sequence")) {
0246 v.addAll(processSequenceNode(children.item(j), symbolTable));