com.sun.xml.bind.validator
Class DOMLocator

java.lang.Object
  extended by com.sun.xml.bind.validator.DOMLocator
All Implemented Interfaces:
Locator

public class DOMLocator
extends java.lang.Object
implements Locator

Since:
JAXB1.0

Constructor Summary
DOMLocator(DOMScanner scanner)
           
 
Method Summary
 javax.xml.bind.ValidationEventLocator getLocation(org.xml.sax.SAXParseException saxException)
          Set the appropriate locator information on the supplied ValidationEvent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMLocator

public DOMLocator(DOMScanner scanner)
Method Detail

getLocation

public javax.xml.bind.ValidationEventLocator getLocation(org.xml.sax.SAXParseException saxException)
Set the appropriate locator information on the supplied ValidationEvent.

Specified by:
getLocation in interface Locator