Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
Uses of XmlElement in org.eclipse.persistence.jaxb.xmlmodel
Modifier and TypeMethodDescriptionObjectFactory.createXmlElement()
Create an instance ofXmlElement
Modifier and TypeMethodDescriptionObjectFactory.createXmlElement
(XmlElement value) XmlElements.getXmlElement()
Gets the value of the xmlElement property. -
Uses of XmlElement in org.eclipse.persistence.tools.dbws
Modifier and TypeMethodDescriptionprotected static XmlElement
XmlBindingsGenerator.processXMLBinaryDataMapping
(XMLBinaryDataMapping xmap) Process a given XMLBinaryDataMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLCompositeCollectionMapping
(XMLCompositeCollectionMapping xmap) Process a given XMLCompositeCollectionMapping and return an XmlElementprotected static XmlElement
XmlBindingsGenerator.processXMLCompositeDirectCollectionMapping
(XMLCompositeDirectCollectionMapping xmap) Process a given XMLCompositeDirectCollectionMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLCompositeObjectMapping
(XMLCompositeObjectMapping xmap) Process a given XMLCompositeObjectMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLDirectMapping
(XMLDirectMapping xmap) Process a given XMLDirectMapping and return an XmlElement.protected static XmlElement
XmlBindingsGenerator.processXMLMapping
(XMLField xfld, String attName, String xpath, String attClassification, AbstractNullPolicy nullPolicy, boolean isCDATA, String containerName, boolean inlineBinary, boolean isSWARef, String mimeType) Process a given XMLMapping and return an XmlElement.Modifier and TypeMethodDescriptionprotected static JAXBElement
<XmlElement> XmlBindingsGenerator.generateXmlElement
(XMLMapping xmap) Process a given XMLMapping and return aJAXBElement<XmlElement>
.