Uses of Interface
com.sun.xml.bind.v2.runtime.unmarshaller.LocatorEx

Packages that use LocatorEx
com.sun.xml.bind.unmarshaller   
com.sun.xml.bind.v2.runtime.unmarshaller   
 

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

Classes in com.sun.xml.bind.unmarshaller that implement LocatorEx
 class DOMScanner
          Visits a W3C DOM tree and generates SAX2 events from it.
 

Methods in com.sun.xml.bind.unmarshaller that return LocatorEx
 LocatorEx InfosetScanner.getLocator()
           
 LocatorEx DOMScanner.getLocator()
           
 

Uses of LocatorEx in com.sun.xml.bind.v2.runtime.unmarshaller
 

Classes in com.sun.xml.bind.v2.runtime.unmarshaller that implement LocatorEx
static class LocatorEx.Snapshot
          Immutable snapshot of a LocatorEx
(package private)  class LocatorExWrapper
          LocatorEx implemented by Locator.
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return LocatorEx
 LocatorEx UnmarshallingContext.getLocator()
          Gets the current source location information in SAX Locator.
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type LocatorEx
 void UnmarshallingContext.errorUnresolvedIDREF(Object bean, String idref, LocatorEx loc)
          Called when there's no corresponding ID value.
 void XmlVisitor.startDocument(LocatorEx locator, NamespaceContext nsContext)
          Notifies a start of the document.
 void InterningXmlVisitor.startDocument(LocatorEx locator, NamespaceContext nsContext)
           
 void MTOMDecorator.startDocument(LocatorEx loc, NamespaceContext nsContext)
           
 void ValidatingUnmarshaller.startDocument(LocatorEx locator, NamespaceContext nsContext)
           
 void UnmarshallingContext.startDocument(LocatorEx locator, NamespaceContext nsContext)
           
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type LocatorEx
LocatorEx.Snapshot(LocatorEx loc)
           
SAXConnector(XmlVisitor next, LocatorEx externalLocator)