Searched refs:getLocation (Results 251 - 275 of 374) sorted by relevance

<<1112131415

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java344 SafePolicyReader.relativeToAbsoluteUrl(policyUri, reader.getLocation().getSystemId())));
357 (null == reader.getLocation().getSystemId()) ? // baseUrl
358 "" : reader.getLocation().getSystemId()),
415 (null == reader.getLocation().getSystemId()) ? // baseUrl
416 "" : reader.getLocation().getSystemId()),
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java174 public Point getLocation() { method in class:LWComponentPeer.DelegateContainer
185 return getLocation().x;
190 return getLocation().y;
1354 Point p = windowToLocal(r.getLocation(), wp);
1376 Point p = localToWindow(r.getLocation());
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/table/
H A DJTableHeader.java1343 Point componentLocation = getLocation();
1351 public Point getLocation() { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1355 return r.getLocation();
1360 return r.getLocation();
1362 return getBounds().getLocation();
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java134 Location getLocation() { method in class:CompactSyntax.LocatedString
1385 checkNsName(context, ns); {if (true) return ncb.makeNsName(ns.getString(), ns.getLocation(), a);}
1407 {if (true) return ncb.makeName(ns, name.getString(), null, name.getLocation(), a);}
1429 nc = ncb.makeNsName(ns.getString(), nc, ns.getLocation(), a);
1434 nc = ncb.makeNsName(ns.getString(), ns.getLocation(), a);
1643 section.define(name.getString(), combine, p, name.getLocation(), a);
1822 {if (true) return scope.makeParentRef(name.getString(), name.getLocation(), a);}
1834 {if (true) return scope.makeRef(name.getString(), name.getLocation(), a);}
1846 {if (true) return sb.makeValue("", "token", s.getString(), getContext(), defaultNamespace, s.getLocation(), a);}
2082 dpb.addParam(name.getString(), value, getContext(), defaultNamespace, name.getLocation(),
[all...]
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DBGMBuilder.java200 getErrorReporter().error( gb.getLocation(),
202 getErrorReporter().error( globalBinding.getLocation(),
317 locations.add( bid.getLocation() );
H A DSimpleTypeBuilder.java274 getErrorReporter().error( conv.getLocation(),
354 getErrorReporter().error( en.getLocation(),
365 Ring.get(ErrorReceiver.class).error( en.getLocation(),
379 en.getLocation() );
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DDependencies.java563 Location getLocation(String className) { method in class:Dependencies.BasicDependencyFinder
575 origin = getLocation(classFile.getName());
650 deps.add(new SimpleDependency(origin, getLocation(name)));
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java681 Iterable<? extends File> path = getLocation(location);
857 Iterable<? extends Path> path = locations.getLocation(location);
938 public Iterable<? extends File> getLocation(Location location) { method in class:JavacFileManager
940 return asFiles(locations.getLocation(location));
946 return locations.getLocation(location);
980 Collection<Path> paths = locations.getLocation(location);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeClassInfoImpl.java317 public Location getLocation() { method in class:RuntimeClassInfoImpl.RuntimePropertySeed
318 return core.getLocation();
H A DPropertyInfoImpl.java312 public Location getLocation() { method in class:PropertyInfoImpl
313 return seed.getLocation();
H A DEnumLeafInfoImpl.java190 public Location getLocation() { method in class:EnumLeafInfoImpl
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/xml/
H A DXMLReaderComposite.java478 public Location getLocation() { method in class:XMLReaderComposite
516 return payloadReader.getLocation();
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIGlobalBinding.java402 this.defaultProperty = new BIProperty(getLocation(),null,null,null,
420 getLocation(),
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DInfoWindow.java235 return MouseInfo.getPointerInfo().getLocation();
258 Point p = MouseInfo.getPointerInfo().getLocation();
/openjdk9/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DHierarchyBoundsListenerMixingTest.java222 frame.setLocation(frame.getLocation().x + 20, frame.getLocation().y + 20);
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DBoundedZoomAction.java173 scene.resolveBounds(scene.getLocation(), bounds);
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java313 public ValidationEventLocator getLocation() { method in class:DOMScanner
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DFastInfosetConnector.java132 return fastInfosetStreamReader.getLocation();
H A DStAXStreamConnector.java193 return staxStreamReader.getLocation();
H A DStAXEventConnector.java142 return event.getLocation();
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundPortTypeImpl.java179 ClientMessages.UNDEFINED_PORT_TYPE(portTypeName), getLocation());
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/gen/config/
H A DSchema.java329 public File getLocation() { return this.location;} method in class:Schema
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DPatternParseable.java99 Locator l = p.getLocation();
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java600 locator.setSystemId(reader.getLocation().getSystemId());
601 locator.setPublicId(reader.getLocation().getPublicId());
602 locator.setLineNumber(reader.getLocation().getLineNumber());
603 locator.setColumnNumber(reader.getLocation().getColumnNumber());
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/
H A DConfigReader.java159 File location = schema.getLocation();

Completed in 488 milliseconds

<<1112131415