Uses of Class
org.eclipse.persistence.internal.oxm.XPathQName
-
Packages that use XPathQName Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm org.eclipse.persistence.oxm.record -
-
Uses of XPathQName in org.eclipse.persistence.internal.oxm
Fields in org.eclipse.persistence.internal.oxm with type parameters of type XPathQName Modifier and Type Field Description protected Map<XPathQName,DESCRIPTOR>Context.ContextState. descriptorsByQNameMethods in org.eclipse.persistence.internal.oxm with parameters of type XPathQName Modifier and Type Method Description DESCRIPTORContext. getDescriptor(XPathQName xpathQName)INTERNAL: Return the Descriptor with the default root mapping matching the XPathQName parameter. -
Uses of XPathQName in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return XPathQName Modifier and Type Method Description XPathQNameAbstractMarshalRecord. getLeafElementType()XPathQNameAbstractMarshalRecordImpl. getLeafElementType()XPathQNameUnmarshalRecord. getLeafElementType()XPathQNameUnmarshalRecordImpl. getLeafElementType()Methods in org.eclipse.persistence.internal.oxm.record with parameters of type XPathQName Modifier and Type Method Description voidAbstractMarshalRecord. setLeafElementType(XPathQName leafElementType)voidAbstractMarshalRecordImpl. setLeafElementType(XPathQName type)voidUnmarshalRecordImpl. setLeafElementType(XPathQName type) -
Uses of XPathQName in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm with parameters of type XPathQName Modifier and Type Method Description XMLDescriptorXMLContext. getDescriptor(XPathQName xpathQName)INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter. -
Uses of XPathQName in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XPathQName Modifier and Type Method Description XPathQNameXMLRecord. getLeafElementType()INTERNAL:Methods in org.eclipse.persistence.oxm.record with parameters of type XPathQName Modifier and Type Method Description voidXMLRecord. setLeafElementType(XPathQName leafElementType)INTERNAL:
-