Uses of Class
com.sun.xml.bind.v2.runtime.unmarshaller.TagName
Packages that use TagName
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of TagName in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with parameters of type TagNameModifier and TypeMethodDescriptionfinal LoaderJAXBContextImpl.selectRootLoader(UnmarshallingContext.State state, TagName tag) Based on the tag name, determine what object to unmarshal, and then set a new object and its loader to the current unmarshaller state. -
Uses of TagName in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type TagNameModifier and TypeMethodDescriptionvoidDiscarder.childElement(UnmarshallingContext.State state, TagName ea) voidDomLoader.childElement(UnmarshallingContext.State state, TagName ea) voidLoader.childElement(UnmarshallingContext.State state, TagName ea) Called when this loaderis an active loaderand we see a new child start tag.voidStructureLoader.childElement(UnmarshallingContext.State state, TagName arg) voidInterningXmlVisitor.endElement(TagName tagName) final voidUnmarshallingContext.endElement(TagName tagName) voidXmlVisitor.endElement(TagName tagName) voidDomLoader.leaveElement(UnmarshallingContext.State state, TagName ea) voidLoader.leaveElement(UnmarshallingContext.State state, TagName ea) Called when this loaderis an active loaderand we see an end tag.final voidProxyLoader.leaveElement(UnmarshallingContext.State state, TagName ea) voidStructureLoader.leaveElement(UnmarshallingContext.State state, TagName ea) protected final voidLoader.reportUnexpectedChildElement(TagName ea, boolean canRecover) protected LoaderLeafPropertyXsiLoader.selectLoader(UnmarshallingContext.State state, TagName ea) protected abstract LoaderProxyLoader.selectLoader(UnmarshallingContext.State state, TagName ea) Picks the loader to delegate to.protected LoaderWildcardLoader.selectLoader(UnmarshallingContext.State state, TagName tag) protected LoaderXsiNilLoader.selectLoader(UnmarshallingContext.State state, TagName ea) UnmarshallingContext.selectRootLoader(UnmarshallingContext.State state, TagName tag) On top ofJAXBContextImpl.selectRootLoader(State, TagName), this method also consultsClassResolver.voidDefaultValueLoaderDecorator.startElement(UnmarshallingContext.State state, TagName ea) voidDomLoader.startElement(UnmarshallingContext.State state, TagName ea) voidInterningXmlVisitor.startElement(TagName tagName) voidLeafPropertyXsiLoader.startElement(UnmarshallingContext.State state, TagName ea) voidLoader.startElement(UnmarshallingContext.State state, TagName ea) Called when the loader is activated, which is when a new start tag is seen and when the parent designated this loader as the child loader.final voidProxyLoader.startElement(UnmarshallingContext.State state, TagName ea) voidStructureLoader.startElement(UnmarshallingContext.State state, TagName ea) voidUnmarshallingContext.startElement(TagName tagName) voidXmlVisitor.startElement(TagName tagName) Notifies a start tag of a new element.voidXsiTypeLoader.startElement(UnmarshallingContext.State state, TagName ea)