Uses of Interface
org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
-
Packages that use PlatformUnmarshaller Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.platform -
-
Uses of PlatformUnmarshaller in org.eclipse.persistence.internal.oxm
Fields in org.eclipse.persistence.internal.oxm declared as PlatformUnmarshaller Modifier and Type Field Description protected PlatformUnmarshallerXMLUnmarshaller. platformUnmarshaller -
Uses of PlatformUnmarshaller in org.eclipse.persistence.internal.oxm.record
Classes in org.eclipse.persistence.internal.oxm.record that implement PlatformUnmarshaller Modifier and Type Class Description classDOMUnmarshallerINTERNAL:classSAXUnmarshallerINTERNAL:Methods in org.eclipse.persistence.internal.oxm.record that return PlatformUnmarshaller Modifier and Type Method Description PlatformUnmarshallerXMLPlatform. newPlatformUnmarshaller(XML_UNMARSHALLER xmlUnmarshaller, Map<String,Boolean> parserFeatures) -
Uses of PlatformUnmarshaller in org.eclipse.persistence.oxm.platform
Methods in org.eclipse.persistence.oxm.platform that return PlatformUnmarshaller Modifier and Type Method Description PlatformUnmarshallerDOMPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)INTERNAL:PlatformUnmarshallerDOMPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller, Map<String,Boolean> parserFeatures)INTERNAL:PlatformUnmarshallerSAXPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)INTERNAL:PlatformUnmarshallerSAXPlatform. newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller, Map<String,Boolean> parserFeatures)INTERNAL:abstract PlatformUnmarshallerXMLPlatform. newPlatformUnmarshaller(XML_UNMARSHALLER xmlUnmarshaller)INTERNAL:abstract PlatformUnmarshallerXMLPlatform. newPlatformUnmarshaller(XML_UNMARSHALLER xmlUnmarshaller, Map<String,Boolean> parserFeatures)INTERNAL:
-