Package org.eigenbase.xom
Interface Locator
-
- All Known Implementing Classes:
GenericDOMParser,JaxpDOMParser,XercesDOMParser
public interface LocatorCallback to find the location of a node within its document.- Since:
- Jun 6, 2008
- Version:
- $Id: //open/util/resgen/src/org/eigenbase/xom/Locator.java#1 $
- Author:
- jhyde
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationgetLocation(DOMWrapper wrapper)
-
-
-
Method Detail
-
getLocation
Location getLocation(DOMWrapper wrapper)
-
-