Uses of Class
org.eclipse.persistence.oxm.XMLContext
-
Packages that use XMLContext Package Description org.eclipse.persistence.internal.core.descriptors org.eclipse.persistence.internal.descriptors org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm -
-
Uses of XMLContext in org.eclipse.persistence.internal.core.descriptors
Methods in org.eclipse.persistence.internal.core.descriptors with parameters of type XMLContext Modifier and Type Method Description abstract ABSTRACT_RECORDCoreObjectBuilder. createRecordFromXMLContext(XMLContext context)Create a new row/record from XMLContext. -
Uses of XMLContext in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type XMLContext Modifier and Type Method Description AbstractRecordObjectBuilder. createRecordFromXMLContext(XMLContext context) -
Uses of XMLContext in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type XMLContext Modifier and Type Method Description CoreAbstractRecordXPathObjectBuilder. createRecordFromXMLContext(XMLContext context) -
Uses of XMLContext in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return XMLContext Modifier and Type Method Description XMLContextXMLMarshaller. getXMLContext()Return the instance of XMLContext that was used to create this instance of XMLMarshaller.XMLContextXMLUnmarshaller. getXMLContext()Return the instance of XMLContext that was used to create this instance of XMLUnmarshaller.Methods in org.eclipse.persistence.oxm with parameters of type XMLContext Modifier and Type Method Description voidXMLMarshaller. setXMLContext(XMLContext value)Set the XMLContext used by this instance of XMLMarshaller.voidXMLUnmarshaller. setXMLContext(XMLContext value)Set the XMLContext used by this instance of XMLUnmarshaller.Constructors in org.eclipse.persistence.oxm with parameters of type XMLContext Constructor Description XMLBinder(XMLContext context)XMLBinder(XMLContext context, XMLMarshaller marshaller, XMLUnmarshaller unmarshaller)XMLMarshaller(XMLContext xmlContext)Create a new XMLMarshaller based on the specified sessionXMLUnmarshaller(XMLContext xmlContext)XMLUnmarshaller(XMLContext xmlContext, Map<String,Boolean> parserFeatures)XMLValidator(XMLContext xmlContext)
-