Searched refs:isWindowsAbsolutePath (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSystemIdResolver.java74 if (isWindowsAbsolutePath(systemId)) {
104 private static boolean isWindowsAbsolutePath(String systemId) { method in class:SystemIdResolver
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DSystemIDResolver.java129 if(isWindowsAbsolutePath(systemId)){
172 private static boolean isWindowsAbsolutePath(String systemId) method in class:SystemIDResolver
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DSystemIDResolver.java122 if(isWindowsAbsolutePath(systemId)){
165 private static boolean isWindowsAbsolutePath(String systemId) method in class:SystemIDResolver

Completed in 37 milliseconds