Uses of Class
org.eclipse.persistence.oxm.XMLContext
Package
Description
-
Uses of XMLContext in org.eclipse.persistence.internal.core.descriptors
Modifier and TypeMethodDescriptionabstract ABSTRACT_RECORD
CoreObjectBuilder.createRecordFromXMLContext
(XMLContext context) Create a new row/record from XMLContext. -
Uses of XMLContext in org.eclipse.persistence.internal.descriptors
-
Uses of XMLContext in org.eclipse.persistence.internal.jpa.metadata.xml
Modifier and TypeMethodDescriptionstatic XMLContext
XMLEntityMappingsReader.getEclipseLinkOrmProject()
static XMLContext
XMLEntityMappingsReader.getOrm1_0Project()
static XMLContext
XMLEntityMappingsReader.getOrm2_0Project()
static XMLContext
XMLEntityMappingsReader.getOrm2_1Project()
static XMLContext
XMLEntityMappingsReader.getOrm2_2Project()
static XMLContext
XMLEntityMappingsReader.getOrm3_0Project()
static XMLContext
XMLEntityMappingsReader.getOrm3_1Project()
-
Uses of XMLContext in org.eclipse.persistence.internal.oxm
Modifier and TypeMethodDescriptionXPathObjectBuilder.createRecordFromXMLContext
(XMLContext context) -
Uses of XMLContext in org.eclipse.persistence.internal.xr
-
Uses of XMLContext in org.eclipse.persistence.jaxb
Modifier and TypeMethodDescriptionJAXBContext.getXMLContext()
Return the XMLContext associated with this JAXBContext.Modifier and TypeMethodDescriptionvoid
JAXBContext.JAXBContextState.setXMLContext
(XMLContext xmlContext) void
JAXBContext.setXMLContext
(XMLContext xmlContext) ModifierConstructorDescriptionJAXBContext
(XMLContext context) Create a JAXBContext for a given XMLContext.JAXBContext
(XMLContext context, Generator generator, Type[] boundTypes) Create a JAXBContext.JAXBContext
(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) Create a JAXBContext.protected
JAXBContextState
(XMLContext context) protected
JAXBContextState
(XMLContext context, Generator generator, Type[] boundTypes, Map properties) protected
JAXBContextState
(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes, Map properties) JAXBIntrospector
(XMLContext context) -
Uses of XMLContext in org.eclipse.persistence.oxm
Modifier and TypeMethodDescriptionXMLMarshaller.getXMLContext()
Return the instance of XMLContext that was used to create this instance of XMLMarshaller.XMLUnmarshaller.getXMLContext()
Return the instance of XMLContext that was used to create this instance of XMLUnmarshaller.Modifier and TypeMethodDescriptionvoid
XMLMarshaller.setXMLContext
(XMLContext value) Set the XMLContext used by this instance of XMLMarshaller.void
XMLUnmarshaller.setXMLContext
(XMLContext value) Set the XMLContext used by this instance of XMLUnmarshaller.ModifierConstructorDescriptionXMLBinder
(XMLContext context) XMLBinder
(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller) XMLMarshaller
(XMLContext xmlContext) Create a new XMLMarshaller based on the specified sessionprotected
XMLUnmarshaller
(XMLContext xmlContext) protected
XMLUnmarshaller
(XMLContext xmlContext, Map<String, Boolean> parserFeatures) protected
XMLValidator
(XMLContext xmlContext) -
Uses of XMLContext in org.eclipse.persistence.sdo.helper
Modifier and TypeMethodDescriptionvoid
SDOXMLHelper.setXmlContext
(XMLContext xmlContext) INTERNAL: -
Uses of XMLContext in org.eclipse.persistence.sdo.helper.delegates
Modifier and TypeMethodDescriptionSDOXMLHelperDelegate.getXmlContext()
SDOXMLHelperDelegator.getXmlContext()
Modifier and TypeMethodDescriptionvoid
SDOXMLHelperDelegate.setXmlContext
(XMLContext xmlContext) void
SDOXMLHelperDelegator.setXmlContext
(XMLContext xmlContext)