Searched refs:getCurrentLocation (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXConnector.java67 protected abstract Location getCurrentLocation(); method in class:StAXConnector
80 return getCurrentLocation().getColumnNumber();
83 return getCurrentLocation().getLineNumber();
86 return getCurrentLocation().getPublicId();
89 return getCurrentLocation().getSystemId();
H A DFastInfosetConnector.java131 protected Location getCurrentLocation() { method in class:FastInfosetConnector
H A DStAXEventConnector.java141 protected Location getCurrentLocation() { method in class:StAXEventConnector
H A DStAXStreamConnector.java193 protected Location getCurrentLocation() { method in class:StAXStreamConnector
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2StAXEventWriter.java126 eventFactory.setLocation(getCurrentLocation());
153 eventFactory.setLocation(getCurrentLocation());
179 eventFactory.setLocation(getCurrentLocation());
212 eventFactory.setLocation(getCurrentLocation());
245 eventFactory.setLocation(getCurrentLocation());
268 eventFactory.setLocation(getCurrentLocation());
315 eventFactory.setLocation(getCurrentLocation());
H A DSAX2StAXBaseWriter.java73 public Location getCurrentLocation() { method in class:SAX2StAXBaseWriter
178 reporter.report(e.getMessage(), type, e, getCurrentLocation());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestScanner.java105 * DOMScanner's getCurrentLocation method doesn't tell us which, but
135 Node n = parent.getCurrentLocation();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestScanner.java106 * DOMScanner's getCurrentLocation method doesn't tell us which, but
136 Node n = parent.getCurrentLocation();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java286 public Node getCurrentLocation() { method in class:DOMScanner
314 return new ValidationEventLocatorImpl(getCurrentLocation());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java249 t.getMessage(), getCurrentLocation(fieldName), t);
529 getCurrentLocation(fieldName),
658 getCurrentLocation(fieldName)));
1037 getCurrentLocation(fieldName),
1051 public ValidationEventLocator getCurrentLocation(String fieldName) { method in class:XMLSerializer
1056 return getCurrentLocation(null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java432 xs.getCurrentLocation(null) ));
559 xs.getCurrentLocation(null) ));

Completed in 573 milliseconds