WebDescriptor.java | 105 redirect(xmlParser,"web-app_2_2.dtd",dtd22); method 106 redirect(xmlParser,"-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN",dtd22); method 107 redirect(xmlParser,"web.dtd",dtd23); method 108 redirect(xmlParser,"web-app_2_3.dtd",dtd23); method 109 redirect(xmlParser,"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN",dtd23); method 110 redirect(xmlParser,"XMLSchema.dtd",schemadtd); method 111 redirect(xmlParser,"http://www.w3.org/2001/XMLSchema.dtd",schemadtd); method 112 redirect(xmlParser,"-//W3C//DTD XMLSCHEMA 200102//EN",schemadtd); method 113 redirect(xmlParser,"jsp_2_0.xsd",jsp20xsd); method 114 redirect(xmlParser,"http://java.sun.com/xml/ns/j2ee/jsp_2_0.xsd",jsp20xsd) method 115 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/jsp_2_1.xsd",jsp21xsd); method 116 redirect(xmlParser,"j2ee_1_4.xsd",j2ee14xsd); method 117 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/j2ee\/j2ee_1_4.xsd",j2ee14xsd); method 118 redirect(xmlParser,"web-app_2_4.xsd",webapp24xsd); method 119 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/j2ee\/web-app_2_4.xsd",webapp24xsd); method 120 redirect(xmlParser,"web-app_2_5.xsd",webapp25xsd); method 121 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-app_2_5.xsd",webapp25xsd); method 122 redirect(xmlParser,"web-app_3_0.xsd",webapp30xsd); method 123 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-app_3_0.xsd",webapp30xsd); method 124 redirect(xmlParser,"web-common_3_0.xsd",webcommon30xsd); method 125 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-common_3_0.xsd",webcommon30xsd); method 126 redirect(xmlParser,"web-fragment_3_0.xsd",webfragment30xsd); method 127 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-fragment_3_0.xsd",webfragment30xsd); method 128 redirect(xmlParser,"xml.xsd",xmlxsd); method 129 redirect(xmlParser,"http:\/\/www.w3.org\/2001\/xml.xsd",xmlxsd); method 130 redirect(xmlParser,"datatypes.dtd",datatypesdtd); method 131 redirect(xmlParser,"http:\/\/www.w3.org\/2001\/datatypes.dtd",datatypesdtd); method 132 redirect(xmlParser,"j2ee_web_services_client_1_1.xsd",webservice11xsd); method 133 redirect(xmlParser,"http:\/\/www.ibm.com\/webservices\/xsd\/j2ee_web_services_client_1_1.xsd",webservice11xsd); method 134 redirect(xmlParser,"javaee_web_services_client_1_2.xsd",webservice12xsd); method 135 redirect(xmlParser,"http:\/\/www.ibm.com\/webservices\/xsd\/javaee_web_services_client_1_2.xsd",webservice12xsd); method [all...] |