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 Loader
JAXBContextImpl.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 TypeMethodDescriptionvoid
Discarder.childElement
(UnmarshallingContext.State state, TagName ea) void
DomLoader.childElement
(UnmarshallingContext.State state, TagName ea) void
Loader.childElement
(UnmarshallingContext.State state, TagName ea) Called when this loaderis an active loaderand we see a new child start tag.void
StructureLoader.childElement
(UnmarshallingContext.State state, TagName arg) void
InterningXmlVisitor.endElement
(TagName tagName) final void
UnmarshallingContext.endElement
(TagName tagName) void
XmlVisitor.endElement
(TagName tagName) void
DomLoader.leaveElement
(UnmarshallingContext.State state, TagName ea) void
Loader.leaveElement
(UnmarshallingContext.State state, TagName ea) Called when this loaderis an active loaderand we see an end tag.final void
ProxyLoader.leaveElement
(UnmarshallingContext.State state, TagName ea) void
StructureLoader.leaveElement
(UnmarshallingContext.State state, TagName ea) protected final void
Loader.reportUnexpectedChildElement
(TagName ea, boolean canRecover) protected Loader
LeafPropertyXsiLoader.selectLoader
(UnmarshallingContext.State state, TagName ea) protected abstract Loader
ProxyLoader.selectLoader
(UnmarshallingContext.State state, TagName ea) Picks the loader to delegate to.protected Loader
WildcardLoader.selectLoader
(UnmarshallingContext.State state, TagName tag) protected Loader
XsiNilLoader.selectLoader
(UnmarshallingContext.State state, TagName ea) UnmarshallingContext.selectRootLoader
(UnmarshallingContext.State state, TagName tag) On top ofJAXBContextImpl.selectRootLoader(State, TagName)
, this method also consultsClassResolver
.void
DefaultValueLoaderDecorator.startElement
(UnmarshallingContext.State state, TagName ea) void
DomLoader.startElement
(UnmarshallingContext.State state, TagName ea) void
InterningXmlVisitor.startElement
(TagName tagName) void
LeafPropertyXsiLoader.startElement
(UnmarshallingContext.State state, TagName ea) void
Loader.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 void
ProxyLoader.startElement
(UnmarshallingContext.State state, TagName ea) void
StructureLoader.startElement
(UnmarshallingContext.State state, TagName ea) void
UnmarshallingContext.startElement
(TagName tagName) void
XmlVisitor.startElement
(TagName tagName) Notifies a start tag of a new element.void
XsiTypeLoader.startElement
(UnmarshallingContext.State state, TagName ea)