Uses of Class
org.eclipse.persistence.internal.oxm.NodeValue
Packages that use NodeValue
Package
Description
-
Uses of NodeValue in org.eclipse.persistence.internal.oxm
Subclasses of NodeValue in org.eclipse.persistence.internal.oxmModifier and TypeClassDescriptionclassINTERNAL:classINTERNAL:classA node value corresponding to mapping.classclassINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classclassINTERNAL:classINTERNAL:classclassINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classINTERNAL:classclassclassclassMethods in org.eclipse.persistence.internal.oxm that return NodeValueModifier and TypeMethodDescriptionXMLChoiceCollectionMappingUnmarshalNodeValue.getChoiceElementMarshalNodeValue()XMLChoiceCollectionMappingUnmarshalNodeValue.getChoiceElementNodeValue()XPathNode.getMarshalNodeValue()XPathNode.getNodeValue()XPathNode.getUnmarshalNodeValue()Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type NodeValueModifier and TypeMethodDescriptionXMLChoiceCollectionMappingMarshalNodeValue.getAllNodeValues()XMLChoiceCollectionMappingUnmarshalNodeValue.getAllNodeValues()Methods in org.eclipse.persistence.internal.oxm with parameters of type NodeValueModifier and TypeMethodDescriptionXPathNode.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 NodeValueModifier and TypeMethodDescriptionvoidXMLChoiceCollectionMappingMarshalNodeValue.setFieldToNodeValues(Map<Field, NodeValue> fieldToNodeValues) voidXMLChoiceCollectionMappingUnmarshalNodeValue.setFieldToNodeValues(Map<Field, NodeValue> fieldToNodeValues) Constructors in org.eclipse.persistence.internal.oxm with parameters of type NodeValueModifierConstructorDescriptionXMLBinaryAttachmentHandler(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 NodeValueModifier and TypeMethodDescriptionBinaryDataUnmarshalRecord.getAttributeChildNodeValue(String namespace, String localName) UnmarshalRecord.getAttributeChildNodeValue(String namespace, String localName) UnmarshalRecordImpl.getAttributeChildNodeValue(String namespace, String localName) UnmarshalRecordImpl.getSelfNodeValueForAttribute(String namespace, String localName) Methods in org.eclipse.persistence.internal.oxm.record with parameters of type NodeValueModifier and TypeMethodDescriptionbooleanMarshalContext.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.internal.oxm.record.deferred
Constructors in org.eclipse.persistence.internal.oxm.record.deferred with parameters of type NodeValueModifierConstructorDescriptionBinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataCollectionMapping mapping) BinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataMapping mapping) -
Uses of NodeValue in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return NodeValueModifier and TypeMethodDescriptionUnmarshalRecord.getAttributeChildNodeValue(String namespace, String localName)