Searched refs:DOMLocator (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMLocator.java45 * <code>DOMLocator</code> is an interface that describes a location (e.g.
50 public interface DOMLocator { interface
H A DDOMError.java114 public DOMLocator getLocation();
/openjdk7/jaxp/src/javax/xml/transform/dom/
H A DDOMLocator.java35 * primarily for error reporting. To use a DOMLocator, the receiver of an
41 public interface DOMLocator extends SourceLocator { interface in inherits:SourceLocator
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMErrorImpl.java24 import org.w3c.dom.DOMLocator;
99 public DOMLocator getLocation() {
103 // method to get the DOMLocator Object
105 // assuming DOMLocator wants the *expanded*, not the literal, URI of the doc... - neilg
H A DDOMLocatorImpl.java23 import org.w3c.dom.DOMLocator;
37 public class DOMLocatorImpl implements DOMLocator {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIConstructor.java86 return DOMLocator.getLocationInfo(dom);
H A DDOMBuilder.java51 DOMLocator.setLocationInfo(getCurrentElement(),locator);
H A DBIEnumeration.java78 DOMLocator.getLocationInfo(dom)));
94 DOMLocator.getLocationInfo(dom) ));
H A DBIInterface.java80 return DOMLocator.getLocationInfo(dom);
H A DDOMLocator.java31 class DOMLocator { class
H A DBIElement.java118 return DOMLocator.getLocationInfo(e);
271 return DOMLocator.getLocationInfo(e);
H A DBIUserConversion.java113 return DOMLocator.getLocationInfo(e);
H A DBindInfo.java259 r.add(new CPluginCustomization(e, DOMLocator.getLocationInfo(e)));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMErrorHandlerWrapper.java29 import org.w3c.dom.DOMLocator;
250 DOMLocator locator = error.getLocation();

Completed in 234 milliseconds