Uses of Class
org.eclipse.persistence.internal.oxm.NodeValue
-
Packages that use NodeValue Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.record -
-
Uses of NodeValue in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return NodeValue Modifier and Type Method Description NodeValueXMLChoiceCollectionMappingUnmarshalNodeValue. getChoiceElementMarshalNodeValue()NodeValueXMLChoiceCollectionMappingUnmarshalNodeValue. getChoiceElementNodeValue()NodeValueXPathNode. getMarshalNodeValue()NodeValueXPathNode. getNodeValue()NodeValueXPathNode. getUnmarshalNodeValue()Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type NodeValue Modifier and Type Method Description Collection<NodeValue>XMLChoiceCollectionMappingMarshalNodeValue. getAllNodeValues()Collection<NodeValue>XMLChoiceCollectionMappingUnmarshalNodeValue. getAllNodeValues()Methods in org.eclipse.persistence.internal.oxm with parameters of type NodeValue Modifier and Type Method Description XPathNodeXPathNode. addChild(XPathFragment anXPathFragment, NodeValue aNodeValue, NamespaceResolver namespaceResolver)voidXPathNode. setMarshalNodeValue(NodeValue nodeValue)voidXPathNode. setNodeValue(NodeValue nodeValue)voidXPathNode. setUnmarshalNodeValue(NodeValue nodeValue)Method parameters in org.eclipse.persistence.internal.oxm with type arguments of type NodeValue Modifier and Type Method Description voidXMLChoiceCollectionMappingMarshalNodeValue. setFieldToNodeValues(Map<Field,NodeValue> fieldToNodeValues)voidXMLChoiceCollectionMappingUnmarshalNodeValue. setFieldToNodeValues(Map<Field,NodeValue> fieldToNodeValues)Constructors in org.eclipse.persistence.internal.oxm with parameters of type NodeValue Constructor Description XMLBinaryAttachmentHandler(UnmarshalRecord unmarshalRecord, NodeValue nodeValue, Mapping mapping, XMLConverterMapping converter, boolean isCollection)XMLInlineBinaryHandler(UnmarshalRecord parent, NodeValue nodeValue, Mapping mapping, XMLConverterMapping converter, boolean isCollection) -
Uses of NodeValue in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return NodeValue Modifier and Type Method Description NodeValueBinaryDataUnmarshalRecord. getAttributeChildNodeValue(String namespace, String localName)NodeValueUnmarshalRecord. getAttributeChildNodeValue(String namespace, String localName)NodeValueUnmarshalRecordImpl. getAttributeChildNodeValue(String namespace, String localName)NodeValueUnmarshalRecordImpl. getSelfNodeValueForAttribute(String namespace, String localName)Methods in org.eclipse.persistence.internal.oxm.record with parameters of type NodeValue Modifier and Type Method Description booleanMarshalContext. marshal(NodeValue nodeValue, XPathFragment xPathFragment, MarshalRecord marshalRecord, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver)Perform a marshal using the NodeValue parameter.booleanMarshalContext. marshal(NodeValue nodeValue, XPathFragment xPathFragment, MarshalRecord marshalRecord, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver, XPathFragment rootFragment)booleanObjectMarshalContext. marshal(NodeValue nodeValue, XPathFragment xPathFragment, MarshalRecord marshalRecord, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver)booleanObjectMarshalContext. marshal(NodeValue nodeValue, XPathFragment xPathFragment, MarshalRecord marshalRecord, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver, XPathFragment rootFragment)booleanSequencedMarshalContext. marshal(NodeValue nodeValue, XPathFragment xPathFragment, MarshalRecord marshalRecord, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver)booleanSequencedMarshalContext. marshal(NodeValue nodeValue, XPathFragment xPathFragment, MarshalRecord marshalRecord, Object object, CoreAbstractSession session, NamespaceResolver namespaceResolver, XPathFragment rootFragment) -
Uses of NodeValue in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return NodeValue Modifier and Type Method Description NodeValueUnmarshalRecord. getAttributeChildNodeValue(String namespace, String localName)
-