Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Packages that use TagName Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of TagName in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type TagName Modifier and Type Method Description 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 org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type TagName Modifier and Type Method Description voidDiscarder. 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)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.voidProxyLoader. leaveElement(UnmarshallingContext.State state, TagName ea)voidStructureLoader. leaveElement(UnmarshallingContext.State state, TagName ea)protected 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)LoaderUnmarshallingContext. 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.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)
-