Uses of Interface
com.sun.xml.bind.validator.Locator

Packages that use Locator
com.sun.xml.bind   
com.sun.xml.bind.unmarshaller   
com.sun.xml.bind.validator   
 

Uses of Locator in com.sun.xml.bind
 

Constructors in com.sun.xml.bind with parameters of type Locator
ErrorHandlerToEventHandler(ValidationEventHandler handler, Locator locator)
           
 

Uses of Locator in com.sun.xml.bind.unmarshaller
 

Methods in com.sun.xml.bind.unmarshaller with parameters of type Locator
 SAXUnmarshallerHandler UnmarshallerImpl.createUnmarshallerHandler(Locator locator)
          Deprecated. Creates and configures a new unmarshalling pipe line.
 

Uses of Locator in com.sun.xml.bind.validator
 

Classes in com.sun.xml.bind.validator that implement Locator
 class DOMLocator
           
 class SAXLocator
           
 

Methods in com.sun.xml.bind.validator with parameters of type Locator
static ValidatingUnmarshaller ValidatingUnmarshaller.create(com.sun.msv.grammar.Grammar grammar, SAXUnmarshallerHandler _core, Locator locator)
          Deprecated. Creates a new instance of ValidatingUnmarshaller.
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.