Uses of Interface
org.glassfish.jaxb.core.v2.runtime.unmarshaller.LocatorEx
-
Packages that use LocatorEx Package Description org.glassfish.jaxb.core.unmarshaller org.glassfish.jaxb.core.v2.runtime.unmarshaller org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of LocatorEx in org.glassfish.jaxb.core.unmarshaller
Classes in org.glassfish.jaxb.core.unmarshaller that implement LocatorEx Modifier and Type Class Description classDOMScannerVisits a W3C DOM tree and generates SAX2 events from it.Methods in org.glassfish.jaxb.core.unmarshaller that return LocatorEx Modifier and Type Method Description LocatorExDOMScanner. getLocator()LocatorExInfosetScanner. getLocator() -
Uses of LocatorEx in org.glassfish.jaxb.core.v2.runtime.unmarshaller
Classes in org.glassfish.jaxb.core.v2.runtime.unmarshaller that implement LocatorEx Modifier and Type Class Description static classLocatorEx.SnapshotImmutable snapshot of aLocatorExConstructors in org.glassfish.jaxb.core.v2.runtime.unmarshaller with parameters of type LocatorEx Constructor Description Snapshot(LocatorEx loc) -
Uses of LocatorEx in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return LocatorEx Modifier and Type Method Description LocatorExUnmarshallingContext. getLocator()Gets the current source location information in SAXLocator.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type LocatorEx Modifier and Type Method Description voidUnmarshallingContext. errorUnresolvedIDREF(Object bean, String idref, LocatorEx loc)Called when there's no corresponding ID value.voidInterningXmlVisitor. startDocument(LocatorEx locator, NamespaceContext nsContext)voidUnmarshallingContext. startDocument(LocatorEx locator, NamespaceContext nsContext)voidXmlVisitor. startDocument(LocatorEx locator, NamespaceContext nsContext)Notifies a start of the document.Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type LocatorEx Constructor Description SAXConnector(XmlVisitor next, LocatorEx externalLocator)
-