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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DDeploymentDescriptorParser.java194 String version = getMandatoryNonEmptyAttribute(reader, attrs, ATTR_VERSION);
552 public static final String ATTR_VERSION = "version"; field in class:DeploymentDescriptorParser
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertInfo.java99 private static final int ATTR_VERSION = 1; field in class:X509CertInfo
116 map.put(VERSION, Integer.valueOf(ATTR_VERSION));
383 case ATTR_VERSION:
488 case ATTR_VERSION:
622 case (ATTR_VERSION):
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DConstants.java72 public static String ATTR_VERSION = "version"; field in interface:Constants

Completed in 32 milliseconds