Searched defs:getCurrentLocation (Results 1 - 7 of 7) 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 DStAXEventConnector.java141 protected Location getCurrentLocation() { method in class:StAXEventConnector
H A DFastInfosetConnector.java131 protected Location getCurrentLocation() { method in class:FastInfosetConnector
H A DStAXStreamConnector.java193 protected Location getCurrentLocation() { method in class:StAXStreamConnector
/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/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
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/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);

Completed in 37 milliseconds