org.eigenbase.xom
Interface Locator

All Known Implementing Classes:
GenericDOMParser, JaxpDOMParser, XercesDOMParser

public interface Locator

Callback 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
 Location getLocation(DOMWrapper wrapper)
           
 

Method Detail

getLocation

Location getLocation(DOMWrapper wrapper)

SourceForge.net_Logo